Html Css Color HEX #EE3CDC Razzle Dazzle Rose

📋 copy color: '#EE3CDC'

red 238 ◦ green 60 ◦ blue 220

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

Shades of Razzle Dazzle Rose #EE3CDC

Tints of Razzle Dazzle Rose #EE3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.58%

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

R = 45.95%
G = 11.58%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE3CDC (or 0xEE3CDC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3C and DC. RGB value is (238,60,220). Sum of RGB (Red+Green+Blue) = 238+60+220=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3CDC is #11C323. Grayscale: #828282. Windows color (decimal): -1164068 or 14433518. OLE color: 14433518.

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

Color convert

RGB 238 60 220 -
CMYK 0 0.75 0.08 0.07
HSL 306.07º 0.84% 0.58% -
HSV(B) 306.07º 0.75% 0.93% -
XYZ 49.79 26.58 70.22 -
YUV 131.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 238 60 220 0 0.75 0.08 0.07 306.07 0.84 0.58
Hex EE 3C DC 0 4B 8 7 132 54 3A
Octal 356 74 334 0 113 10 7 462 124 72
Binary 11101110 111100 11011100 0 1001011 1000 111 100110010 1010100 111010

Color Harmonies of #EE3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3CDC

Black with #EE3CDC

Text Example


Text Example

White with #EE3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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