Html Css Color HEX #EE34D5 Razzle Dazzle Rose

📋 copy color: '#EE34D5'

red 238 ◦ green 52 ◦ blue 213

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

Shades of Razzle Dazzle Rose #EE34D5

Tints of Razzle Dazzle Rose #EE34D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 47.32%
G = 10.34%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EE34D5 (or 0xEE34D5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and D5. RGB value is (238,52,213). Sum of RGB (Red+Green+Blue) = 238+52+213=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34D5 is #11CB2A. Grayscale: #7D7D7D. Windows color (decimal): -1166123 or 13972718. OLE color: 13972718.

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

Color convert

RGB 238 52 213 -
CMYK 0 0.78 0.11 0.07
HSL 308.06º 0.85% 0.57% -
HSV(B) 308.06º 0.78% 0.93% -
XYZ 48.5 25.44 65.3 -
YUV 125.97 177.12 207.91 -
System Red Green Blue C M Y K H S L
Decimal 238 52 213 0 0.78 0.11 0.07 308.06 0.85 0.57
Hex EE 34 D5 0 4E B 7 134 55 39
Octal 356 64 325 0 116 13 7 464 125 71
Binary 11101110 110100 11010101 0 1001110 1011 111 100110100 1010101 111001

Color Harmonies of #EE34D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34D5

Black with #EE34D5

Text Example


Text Example

White with #EE34D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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