#EE4BBF

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

Shades of Razzle Dazzle Rose #EE4BBF

Tints of Razzle Dazzle Rose #EE4BBF

Color information

#EE4BBF (or 0xEE4BBF) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EE, 4B and BF. RGB value is (238,75,191). Sum of RGB (Red+Green+Blue) = 238+75+191=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4BBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE4BBF is #11B440. Grayscale: #888888. Windows color (decimal): -1160257 or 12536814. OLE color: 12536814.

HSL color Cylindrical-coordinate representation of color #EE4BBF: hue angle of 317.3º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4BBF is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB23875191-
CMYK00.680.200.07
HSL317.3º82.74%61.37%-
HSV(B)317.3º68.49%93.33%-
XYZ47.1826.9752.01-
YUV136.96158.5200.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 75 (29.69% from 255) = 14.88%
BLUE value IS 191 (75% from 255) = 37.90%
R=47.22%
G=14.88%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387519100.680.200.07317.382.7461.37
HexEE4BBF04414713d533d
Octal356113277010424747512375
Binary1110111010010111011111101000100101001111001111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4BBF; }

 p { color: rgb(238,75,191); }

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

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

 a { background-color: rgb(238,75,191); }

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

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

 span { border-color: rgb(238,75,191); }

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