#E138C6

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

Shades of Razzle Dazzle Rose #E138C6

Tints of Razzle Dazzle Rose #E138C6

Color information

#E138C6 (or 0xE138C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 38 and C6. RGB value is (225,56,198). Sum of RGB (Red+Green+Blue) = 225+56+198=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E138C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E138C6 is #1EC739. Grayscale: #7A7A7A. Windows color (decimal): -2017082 or 12990689. OLE color: 12990689.

HSL color Cylindrical-coordinate representation of color #E138C6: hue angle of 309.59º 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 #E138C6 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB22556198-
CMYK00.750.120.12
HSL309.59º73.8%55.1%-
HSV(B)309.59º75.11%88.24%-
XYZ42.6622.9155.6-
YUV122.72170.49200.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 56 (22.27% from 255) = 11.69%
BLUE value IS 198 (77.73% from 255) = 41.34%
R=46.97%
G=11.69%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255619800.750.120.12309.5973.855.1
HexE138C604BCC1364a37
Octal341703060113141446611267
Binary111000011110001100011001001011110011001001101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E138C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E138C6; }

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

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

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

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

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

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

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

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