Html Css Color HEX #EE32CB Razzle Dazzle Rose

📋 copy color: '#EE32CB'

red 238 ◦ green 50 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EE32CB

Tints of Razzle Dazzle Rose #EE32CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.18%

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 48.47%
G = 10.18%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE32CB (or 0xEE32CB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and CB. RGB value is (238,50,203). Sum of RGB (Red+Green+Blue) = 238+50+203=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32CB is #11CD34. Grayscale: #7B7B7B. Windows color (decimal): -1166645 or 13316846. OLE color: 13316846.

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

Color convert

RGB 238 50 203 -
CMYK 0 0.79 0.15 0.07
HSL 311.17º 0.85% 0.56% -
HSV(B) 311.17º 0.79% 0.93% -
XYZ 47.18 24.77 58.79 -
YUV 123.65 172.78 209.56 -
System Red Green Blue C M Y K H S L
Decimal 238 50 203 0 0.79 0.15 0.07 311.17 0.85 0.56
Hex EE 32 CB 0 4F F 7 137 55 38
Octal 356 62 313 0 117 17 7 467 125 70
Binary 11101110 110010 11001011 0 1001111 1111 111 100110111 1010101 111000

Color Harmonies of #EE32CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32CB

Black with #EE32CB

Text Example


Text Example

White with #EE32CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32CB; }

 p { color: rgb(238,50,203); }

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

background-color css

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

 a { background-color: rgb(238,50,203); }

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

border-color css

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

 span { border-color: rgb(238,50,203); }

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