Html Css Color HEX #EE34D7 Razzle Dazzle Rose

📋 copy color: '#EE34D7'

red 238 ◦ green 52 ◦ blue 215

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

Shades of Razzle Dazzle Rose #EE34D7

Tints of Razzle Dazzle Rose #EE34D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.57%

R = 47.13%
G = 10.3%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EE34D7 (or 0xEE34D7) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and D7. RGB value is (238,52,215). Sum of RGB (Red+Green+Blue) = 238+52+215=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 52 (20.70% from 255 or 10.30% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34D7 is #11CB28. Grayscale: #7D7D7D. Windows color (decimal): -1166121 or 14103790. OLE color: 14103790.

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

Color convert

RGB 238 52 215 -
CMYK 0 0.78 0.10 0.07
HSL 307.42º 0.85% 0.57% -
HSV(B) 307.42º 0.78% 0.93% -
XYZ 48.75 25.54 66.65 -
YUV 126.2 178.12 207.75 -
System Red Green Blue C M Y K H S L
Decimal 238 52 215 0 0.78 0.10 0.07 307.42 0.85 0.57
Hex EE 34 D7 0 4E A 7 133 55 39
Octal 356 64 327 0 116 12 7 463 125 71
Binary 11101110 110100 11010111 0 1001110 1010 111 100110011 1010101 111001

Color Harmonies of #EE34D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34D7

Black with #EE34D7

Text Example


Text Example

White with #EE34D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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