Html Css Color HEX #EE4DBC Razzle Dazzle Rose

📋 copy color: '#EE4DBC'

red 238 ◦ green 77 ◦ blue 188

#EE4DBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EE4DBC

Tints of Razzle Dazzle Rose #EE4DBC

RGB

 RED value IS 238 (93.36% from 255) = 47.32%

 GREEN value IS 77 (30.47% from 255) = 15.31%

 BLUE value IS 188 (73.83% from 255) = 37.38%

R = 47.32%
G = 15.31%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE4DBC (or 0xEE4DBC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 4D and BC. RGB value is (238,77,188). Sum of RGB (Red+Green+Blue) = 238+77+188=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE4DBC is #11B243. Grayscale: #898989. Windows color (decimal): -1159748 or 12340718. OLE color: 12340718.

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

Color convert

RGB 238 77 188 -
CMYK 0 0.68 0.21 0.07
HSL 318.63º 0.83% 0.62% -
HSV(B) 318.63º 0.68% 0.93% -
XYZ 46.99 27.12 50.33 -
YUV 137.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 238 77 188 0 0.68 0.21 0.07 318.63 0.83 0.62
Hex EE 4D BC 0 44 15 7 13F 53 3E
Octal 356 115 274 0 104 25 7 477 123 76
Binary 11101110 1001101 10111100 0 1000100 10101 111 100111111 1010011 111110

Color Harmonies of #EE4DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4DBC

Black with #EE4DBC

Text Example


Text Example

White with #EE4DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4DBC; }

 p { color: rgb(238,77,188); }

 H1.HeaderClassName
 {
   color: #EE4DBC;
 }
 .AnyTagClassName
 {
   color: #EE4DBC;
 }
</style>

background-color css

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

 a { background-color: rgb(238,77,188); }

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

border-color css

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

 span { border-color: rgb(238,77,188); }

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