Html Css Color HEX #EE34D9 Razzle Dazzle Rose

📋 copy color: '#EE34D9'

red 238 ◦ green 52 ◦ blue 217

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

Shades of Razzle Dazzle Rose #EE34D9

Tints of Razzle Dazzle Rose #EE34D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.8%

R = 46.94%
G = 10.26%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EE34D9 (or 0xEE34D9) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and D9. RGB value is (238,52,217). Sum of RGB (Red+Green+Blue) = 238+52+217=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 52 (20.70% from 255 or 10.26% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34D9 is #11CB26. Grayscale: #7D7D7D. Windows color (decimal): -1166119 or 14234862. OLE color: 14234862.

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

Color convert

RGB 238 52 217 -
CMYK 0 0.78 0.09 0.07
HSL 306.77º 0.85% 0.57% -
HSV(B) 306.77º 0.78% 0.93% -
XYZ 49.01 25.64 68.01 -
YUV 126.42 179.12 207.58 -
System Red Green Blue C M Y K H S L
Decimal 238 52 217 0 0.78 0.09 0.07 306.77 0.85 0.57
Hex EE 34 D9 0 4E 9 7 133 55 39
Octal 356 64 331 0 116 11 7 463 125 71
Binary 11101110 110100 11011001 0 1001110 1001 111 100110011 1010101 111001

Color Harmonies of #EE34D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34D9

Black with #EE34D9

Text Example


Text Example

White with #EE34D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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