#E139CF

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

Shades of Razzle Dazzle Rose #E139CF

Tints of Razzle Dazzle Rose #E139CF

Color information

#E139CF (or 0xE139CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: E1, 39 and CF. RGB value is (225,57,207). Sum of RGB (Red+Green+Blue) = 225+57+207=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 57 (22.66% from 255 or 11.66% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E139CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139CF is #1EC630. Grayscale: #7B7B7B. Windows color (decimal): -2016817 or 13580769. OLE color: 13580769.

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

Color convert

RGB22557207-
CMYK00.750.080.12
HSL306.43º73.68%55.29%-
HSV(B)306.43º74.67%88.24%-
XYZ43.7823.4461.25-
YUV124.33174.66199.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 57 (22.66% from 255) = 11.66%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=46.01%
G=11.66%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255720700.750.080.12306.4373.6855.29
HexE139CF04B8C1324a37
Octal341713170113101446211267
Binary111000011110011100111101001011100011001001100101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E139CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E139CF; }

 p { color: rgb(225,57,207); }

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

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

 a { background-color: rgb(225,57,207); }

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

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

 span { border-color: rgb(225,57,207); }

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