Html Css Color HEX #EE34DC Razzle Dazzle Rose

📋 copy color: '#EE34DC'

red 238 ◦ green 52 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EE34DC

Tints of Razzle Dazzle Rose #EE34DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 46.67%
G = 10.2%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE34DC (or 0xEE34DC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 34 and DC. RGB value is (238,52,220). Sum of RGB (Red+Green+Blue) = 238+52+220=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 52 (20.70% from 255 or 10.20% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE34DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE34DC is #11CB23. Grayscale: #7E7E7E. Windows color (decimal): -1166116 or 14431470. OLE color: 14431470.

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

Color convert

RGB 238 52 220 -
CMYK 0 0.78 0.08 0.07
HSL 305.81º 0.85% 0.57% -
HSV(B) 305.81º 0.78% 0.93% -
XYZ 49.41 25.8 70.09 -
YUV 126.77 180.62 207.34 -
System Red Green Blue C M Y K H S L
Decimal 238 52 220 0 0.78 0.08 0.07 305.81 0.85 0.57
Hex EE 34 DC 0 4E 8 7 132 55 39
Octal 356 64 334 0 116 10 7 462 125 71
Binary 11101110 110100 11011100 0 1001110 1000 111 100110010 1010101 111001

Color Harmonies of #EE34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE34DC

Black with #EE34DC

Text Example


Text Example

White with #EE34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE34DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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