#e138bf

Color #E138BF Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #E138BF

Tints of Razzle Dazzle Rose #E138BF

Color information

#E138BF (or 0xE138BF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 38 and BF. RGB value is (225,56,191). Sum of RGB (Red+Green+Blue) = 225+56+191=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E138BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138BF is #1EC740. Grayscale: #797979. Windows color (decimal): -2017089 or 12531937. OLE color: 12531937.

HSL color Cylindrical-coordinate representation of color #E138BF: hue angle of 312.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E138BF is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB22556191-
CMYK00.750.150.12
HSL312.07º73.8%55.1%-
HSV(B)312.07º75.11%88.24%-
XYZ41.8722.651.45-
YUV121.92166.99201.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 56 (22.27% from 255) = 11.86%
BLUE value IS 191 (75% from 255) = 40.47%
R=47.67%
G=11.86%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255619100.750.150.12312.0773.855.1
HexE138BF04BFC1384a37
Octal341702770113171447011267
Binary111000011110001011111101001011111111001001110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e138bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e138bf; }

 p { color: rgb(225,56,191); }

 H1.HeaderClassName
 {
   color: #e138bf;
 }
 .AnyTagClassName
 {
   color: #e138bf;
 }
</style>
background-color css

<style>
 a { background-color: #e138bf; }

 a { background-color: rgb(225,56,191); }

 div.DivClassName
 {
   background-color: #e138bf;
 }
 .BgClassName
 {
   background-color: #e138bf;
 }
</style>
border-color css

<style>
 span { border-color: #e138bf; }

 span { border-color: rgb(225,56,191); }

 td.TdClassName
 {
   border-color: #e138bf;
 }
 .TagClassName
 {
   border-color: #e138bf;
 }
</style>