Html Css Color HEX #EE32BD Razzle Dazzle Rose

📋 copy color: '#EE32BD'

red 238 ◦ green 50 ◦ blue 189

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

Shades of Razzle Dazzle Rose #EE32BD

Tints of Razzle Dazzle Rose #EE32BD

RGB

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

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

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

R = 49.9%
G = 10.48%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE32BD (or 0xEE32BD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and BD. RGB value is (238,50,189). Sum of RGB (Red+Green+Blue) = 238+50+189=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE32BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE32BD is #11CD42. Grayscale: #797979. Windows color (decimal): -1166659 or 12399342. OLE color: 12399342.

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

Color convert

RGB 238 50 189 -
CMYK 0 0.79 0.21 0.07
HSL 315.64º 0.85% 0.56% -
HSV(B) 315.64º 0.79% 0.93% -
XYZ 45.59 24.13 50.4 -
YUV 122.06 165.78 210.7 -
System Red Green Blue C M Y K H S L
Decimal 238 50 189 0 0.79 0.21 0.07 315.64 0.85 0.56
Hex EE 32 BD 0 4F 15 7 13C 55 38
Octal 356 62 275 0 117 25 7 474 125 70
Binary 11101110 110010 10111101 0 1001111 10101 111 100111100 1010101 111000

Color Harmonies of #EE32BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE32BD

Black with #EE32BD

Text Example


Text Example

White with #EE32BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE32BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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