Html Css Color HEX #EE2BBB Razzle Dazzle Rose

📋 copy color: '#EE2BBB'

red 238 ◦ green 43 ◦ blue 187

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

Shades of Razzle Dazzle Rose #EE2BBB

Tints of Razzle Dazzle Rose #EE2BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.19%

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

R = 50.85%
G = 9.19%
B = 39.96%

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

#EE2BBB (or 0xEE2BBB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and BB. RGB value is (238,43,187). Sum of RGB (Red+Green+Blue) = 238+43+187=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BBB is #11D444. Grayscale: #757575. Windows color (decimal): -1168453 or 12266478. OLE color: 12266478.

HSL color Cylindrical-coordinate representation of color #EE2BBB: hue angle of 315.69º 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 #EE2BBB is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 43 187 -
CMYK 0 0.82 0.21 0.07
HSL 315.69º 0.85% 0.55% -
HSV(B) 315.69º 0.82% 0.93% -
XYZ 45.09 23.49 49.17 -
YUV 117.72 167.1 213.79 -
System Red Green Blue C M Y K H S L
Decimal 238 43 187 0 0.82 0.21 0.07 315.69 0.85 0.55
Hex EE 2B BB 0 52 15 7 13C 55 37
Octal 356 53 273 0 122 25 7 474 125 67
Binary 11101110 101011 10111011 0 1010010 10101 111 100111100 1010101 110111

Color Harmonies of #EE2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BBB

Black with #EE2BBB

Text Example


Text Example

White with #EE2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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