Html Css Color HEX #EE33BE Razzle Dazzle Rose

📋 copy color: '#EE33BE'

red 238 ◦ green 51 ◦ blue 190

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

Shades of Razzle Dazzle Rose #EE33BE

Tints of Razzle Dazzle Rose #EE33BE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.65%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 49.69%
G = 10.65%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE33BE (or 0xEE33BE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 33 and BE. RGB value is (238,51,190). Sum of RGB (Red+Green+Blue) = 238+51+190=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 51 (20.31% from 255 or 10.65% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE33BE is #11CC41. Grayscale: #7A7A7A. Windows color (decimal): -1166402 or 12465134. OLE color: 12465134.

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

Color convert

RGB 238 51 190 -
CMYK 0 0.79 0.20 0.07
HSL 315.4º 0.85% 0.57% -
HSV(B) 315.4º 0.79% 0.93% -
XYZ 45.74 24.26 50.99 -
YUV 122.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 238 51 190 0 0.79 0.20 0.07 315.4 0.85 0.57
Hex EE 33 BE 0 4F 14 7 13B 55 39
Octal 356 63 276 0 117 24 7 473 125 71
Binary 11101110 110011 10111110 0 1001111 10100 111 100111011 1010101 111001

Color Harmonies of #EE33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE33BE

Black with #EE33BE

Text Example


Text Example

White with #EE33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE33BE; }

 p { color: rgb(238,51,190); }

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

background-color css

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

 a { background-color: rgb(238,51,190); }

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

border-color css

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

 span { border-color: rgb(238,51,190); }

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