Html Css Color HEX #EE2BBF Razzle Dazzle Rose

📋 copy color: '#EE2BBF'

red 238 ◦ green 43 ◦ blue 191

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

Shades of Razzle Dazzle Rose #EE2BBF

Tints of Razzle Dazzle Rose #EE2BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.47%

R = 50.42%
G = 9.11%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE2BBF (or 0xEE2BBF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and BF. RGB value is (238,43,191). Sum of RGB (Red+Green+Blue) = 238+43+191=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BBF is #11D440. Grayscale: #757575. Windows color (decimal): -1168449 or 12528622. OLE color: 12528622.

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

Color convert

RGB 238 43 191 -
CMYK 0 0.82 0.20 0.07
HSL 314.46º 0.85% 0.55% -
HSV(B) 314.46º 0.82% 0.93% -
XYZ 45.53 23.67 51.46 -
YUV 118.18 169.1 213.47 -
System Red Green Blue C M Y K H S L
Decimal 238 43 191 0 0.82 0.20 0.07 314.46 0.85 0.55
Hex EE 2B BF 0 52 14 7 13A 55 37
Octal 356 53 277 0 122 24 7 472 125 67
Binary 11101110 101011 10111111 0 1010010 10100 111 100111010 1010101 110111

Color Harmonies of #EE2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BBF

Black with #EE2BBF

Text Example


Text Example

White with #EE2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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