Html Css Color HEX #EE3FDC Razzle Dazzle Rose

📋 copy color: '#EE3FDC'

red 238 ◦ green 63 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EE3FDC

Tints of Razzle Dazzle Rose #EE3FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.09%

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

R = 45.68%
G = 12.09%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE3FDC (or 0xEE3FDC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3F and DC. RGB value is (238,63,220). Sum of RGB (Red+Green+Blue) = 238+63+220=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 63 (25% from 255 or 12.09% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3FDC is #11C023. Grayscale: #848484. Windows color (decimal): -1163300 or 14434286. OLE color: 14434286.

HSL color Cylindrical-coordinate representation of color #EE3FDC: hue angle of 306.17º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3FDC is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 63 220 -
CMYK 0 0.74 0.08 0.07
HSL 306.17º 0.84% 0.59% -
HSV(B) 306.17º 0.74% 0.93% -
XYZ 49.96 26.9 70.27 -
YUV 133.22 176.98 202.73 -
System Red Green Blue C M Y K H S L
Decimal 238 63 220 0 0.74 0.08 0.07 306.17 0.84 0.59
Hex EE 3F DC 0 4A 8 7 132 54 3B
Octal 356 77 334 0 112 10 7 462 124 73
Binary 11101110 111111 11011100 0 1001010 1000 111 100110010 1010100 111011

Color Harmonies of #EE3FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3FDC

Black with #EE3FDC

Text Example


Text Example

White with #EE3FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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