Html Css Color HEX #EE2FDC Razzle Dazzle Rose

📋 copy color: '#EE2FDC'

red 238 ◦ green 47 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EE2FDC

Tints of Razzle Dazzle Rose #EE2FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.31%

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

R = 47.13%
G = 9.31%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE2FDC (or 0xEE2FDC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2F and DC. RGB value is (238,47,220). Sum of RGB (Red+Green+Blue) = 238+47+220=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 47 (18.75% from 255 or 9.31% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2FDC is #11D023. Grayscale: #7B7B7B. Windows color (decimal): -1167396 or 14430190. OLE color: 14430190.

HSL color Cylindrical-coordinate representation of color #EE2FDC: hue angle of 305.65º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2FDC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 47 220 -
CMYK 0 0.80 0.08 0.07
HSL 305.65º 0.85% 0.56% -
HSV(B) 305.65º 0.8% 0.93% -
XYZ 49.19 25.38 70.02 -
YUV 123.83 182.28 209.43 -
System Red Green Blue C M Y K H S L
Decimal 238 47 220 0 0.80 0.08 0.07 305.65 0.85 0.56
Hex EE 2F DC 0 50 8 7 132 55 38
Octal 356 57 334 0 120 10 7 462 125 70
Binary 11101110 101111 11011100 0 1010000 1000 111 100110010 1010101 111000

Color Harmonies of #EE2FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2FDC

Black with #EE2FDC

Text Example


Text Example

White with #EE2FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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