Html Css Color HEX #EE2BBD Razzle Dazzle Rose

📋 copy color: '#EE2BBD'

red 238 ◦ green 43 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EE2BBD

Tints of Razzle Dazzle Rose #EE2BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 50.64%
G = 9.15%
B = 40.21%

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

#EE2BBD (or 0xEE2BBD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and BD. RGB value is (238,43,189). Sum of RGB (Red+Green+Blue) = 238+43+189=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 43 (17.19% from 255 or 9.15% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BBD is #11D442. Grayscale: #757575. Windows color (decimal): -1168451 or 12397550. OLE color: 12397550.

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

Color convert

RGB 238 43 189 -
CMYK 0 0.82 0.21 0.07
HSL 315.08º 0.85% 0.55% -
HSV(B) 315.08º 0.82% 0.93% -
XYZ 45.31 23.58 50.31 -
YUV 117.95 168.1 213.63 -
System Red Green Blue C M Y K H S L
Decimal 238 43 189 0 0.82 0.21 0.07 315.08 0.85 0.55
Hex EE 2B BD 0 52 15 7 13B 55 37
Octal 356 53 275 0 122 25 7 473 125 67
Binary 11101110 101011 10111101 0 1010010 10101 111 100111011 1010101 110111

Color Harmonies of #EE2BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BBD

Black with #EE2BBD

Text Example


Text Example

White with #EE2BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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