Html Css Color HEX #EE34D4 Razzle Dazzle Rose

📋 copy color: '#EE34D4'

red 238 ◦ green 52 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EE34D4

Tints of Razzle Dazzle Rose #EE34D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.23%

R = 47.41%
G = 10.36%
B = 42.23%

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

#EE34D4 (or 0xEE34D4) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and D4. RGB value is (238,52,212). Sum of RGB (Red+Green+Blue) = 238+52+212=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34D4 is #11CB2B. Grayscale: #7D7D7D. Windows color (decimal): -1166124 or 13907182. OLE color: 13907182.

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

Color convert

RGB 238 52 212 -
CMYK 0 0.78 0.11 0.07
HSL 308.39º 0.85% 0.57% -
HSV(B) 308.39º 0.78% 0.93% -
XYZ 48.37 25.39 64.64 -
YUV 125.85 176.62 207.99 -
System Red Green Blue C M Y K H S L
Decimal 238 52 212 0 0.78 0.11 0.07 308.39 0.85 0.57
Hex EE 34 D4 0 4E B 7 134 55 39
Octal 356 64 324 0 116 13 7 464 125 71
Binary 11101110 110100 11010100 0 1001110 1011 111 100110100 1010101 111001

Color Harmonies of #EE34D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34D4

Black with #EE34D4

Text Example


Text Example

White with #EE34D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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