Html Css Color HEX #EE34E5 Razzle Dazzle Rose

📋 copy color: '#EE34E5'

red 238 ◦ green 52 ◦ blue 229

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

Shades of Razzle Dazzle Rose #EE34E5

Tints of Razzle Dazzle Rose #EE34E5

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.02%

 BLUE value IS 229 (89.84% from 255) = 44.12%

R = 45.86%
G = 10.02%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE34E5 (or 0xEE34E5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and E5. RGB value is (238,52,229). Sum of RGB (Red+Green+Blue) = 238+52+229=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 52 (20.70% from 255 or 10.02% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34E5 is #11CB1A. Grayscale: #7F7F7F. Windows color (decimal): -1166107 or 15021294. OLE color: 15021294.

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

Color convert

RGB 238 52 229 -
CMYK 0 0.78 0.04 0.07
HSL 302.9º 0.85% 0.57% -
HSV(B) 302.9º 0.78% 0.93% -
XYZ 50.63 26.29 76.53 -
YUV 127.79 185.12 206.61 -
System Red Green Blue C M Y K H S L
Decimal 238 52 229 0 0.78 0.04 0.07 302.9 0.85 0.57
Hex EE 34 E5 0 4E 4 7 12F 55 39
Octal 356 64 345 0 116 4 7 457 125 71
Binary 11101110 110100 11100101 0 1001110 100 111 100101111 1010101 111001

Color Harmonies of #EE34E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34E5

Black with #EE34E5

Text Example


Text Example

White with #EE34E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34E5; }

 p { color: rgb(238,52,229); }

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

background-color css

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

 a { background-color: rgb(238,52,229); }

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

border-color css

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

 span { border-color: rgb(238,52,229); }

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