Html Css Color HEX #EE2ABB Razzle Dazzle Rose

📋 copy color: '#EE2ABB'

red 238 ◦ green 42 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EE2ABB

Tints of Razzle Dazzle Rose #EE2ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.99%

 BLUE value IS 187 (73.44% from 255) = 40.04%

R = 50.96%
G = 8.99%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE2ABB (or 0xEE2ABB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2A and BB. RGB value is (238,42,187). Sum of RGB (Red+Green+Blue) = 238+42+187=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ABB is #11D544. Grayscale: #747474. Windows color (decimal): -1168709 or 12266222. OLE color: 12266222.

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

Color convert

RGB 238 42 187 -
CMYK 0 0.82 0.21 0.07
HSL 315.61º 0.85% 0.55% -
HSV(B) 315.61º 0.82% 0.93% -
XYZ 45.06 23.42 49.16 -
YUV 117.13 167.43 214.21 -
System Red Green Blue C M Y K H S L
Decimal 238 42 187 0 0.82 0.21 0.07 315.61 0.85 0.55
Hex EE 2A BB 0 52 15 7 13C 55 37
Octal 356 52 273 0 122 25 7 474 125 67
Binary 11101110 101010 10111011 0 1010010 10101 111 100111100 1010101 110111

Color Harmonies of #EE2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2ABB

Black with #EE2ABB

Text Example


Text Example

White with #EE2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2ABB; }

 p { color: rgb(238,42,187); }

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

background-color css

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

 a { background-color: rgb(238,42,187); }

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

border-color css

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

 span { border-color: rgb(238,42,187); }

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