#EE27CF

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

Shades of Razzle Dazzle Rose #EE27CF

Tints of Razzle Dazzle Rose #EE27CF

Color information

#EE27CF (or 0xEE27CF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 27 and CF. RGB value is (238,39,207). Sum of RGB (Red+Green+Blue) = 238+39+207=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE27CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE27CF is #11D830. Grayscale: #757575. Windows color (decimal): -1169457 or 13576174. OLE color: 13576174.

HSL color Cylindrical-coordinate representation of color #EE27CF: hue angle of 309.35º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE27CF is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB23839207-
CMYK00.840.130.07
HSL309.35º85.41%54.31%-
HSV(B)309.35º83.61%93.33%-
XYZ47.2524.1361.2-
YUV117.65178.43213.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.17%
GREEN value IS 39 (15.62% from 255) = 8.06%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=49.17%
G=8.06%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383920700.840.130.07309.3585.4154.31
HexEE27CF054D71355536
Octal35647317012415746512566
Binary11101110100111110011110101010011011111001101011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE27CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE27CF; }

 p { color: rgb(238,39,207); }

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

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

 a { background-color: rgb(238,39,207); }

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

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

 span { border-color: rgb(238,39,207); }

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