Html Css Color HEX #EE3CCD Razzle Dazzle Rose

📋 copy color: '#EE3CCD'

red 238 ◦ green 60 ◦ blue 205

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

Shades of Razzle Dazzle Rose #EE3CCD

Tints of Razzle Dazzle Rose #EE3CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.76%

R = 47.32%
G = 11.93%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE3CCD (or 0xEE3CCD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3C and CD. RGB value is (238,60,205). Sum of RGB (Red+Green+Blue) = 238+60+205=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 60 (23.83% from 255 or 11.93% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3CCD is #11C332. Grayscale: #818181. Windows color (decimal): -1164083 or 13450478. OLE color: 13450478.

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

Color convert

RGB 238 60 205 -
CMYK 0 0.75 0.14 0.07
HSL 311.12º 0.84% 0.58% -
HSV(B) 311.12º 0.75% 0.93% -
XYZ 47.9 25.82 60.22 -
YUV 129.75 170.47 205.21 -
System Red Green Blue C M Y K H S L
Decimal 238 60 205 0 0.75 0.14 0.07 311.12 0.84 0.58
Hex EE 3C CD 0 4B E 7 137 54 3A
Octal 356 74 315 0 113 16 7 467 124 72
Binary 11101110 111100 11001101 0 1001011 1110 111 100110111 1010100 111010

Color Harmonies of #EE3CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3CCD

Black with #EE3CCD

Text Example


Text Example

White with #EE3CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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