Html Css Color HEX #EE3DCC Razzle Dazzle Rose

📋 copy color: '#EE3DCC'

red 238 ◦ green 61 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EE3DCC

Tints of Razzle Dazzle Rose #EE3DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.13%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 47.32%
G = 12.13%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE3DCC (or 0xEE3DCC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3D and CC. RGB value is (238,61,204). Sum of RGB (Red+Green+Blue) = 238+61+204=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3DCC is #11C233. Grayscale: #818181. Windows color (decimal): -1163828 or 13385198. OLE color: 13385198.

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

Color convert

RGB 238 61 204 -
CMYK 0 0.74 0.14 0.07
HSL 311.53º 0.84% 0.59% -
HSV(B) 311.53º 0.74% 0.93% -
XYZ 47.83 25.87 59.6 -
YUV 130.23 169.64 204.87 -
System Red Green Blue C M Y K H S L
Decimal 238 61 204 0 0.74 0.14 0.07 311.53 0.84 0.59
Hex EE 3D CC 0 4A E 7 138 54 3B
Octal 356 75 314 0 112 16 7 470 124 73
Binary 11101110 111101 11001100 0 1001010 1110 111 100111000 1010100 111011

Color Harmonies of #EE3DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3DCC

Black with #EE3DCC

Text Example


Text Example

White with #EE3DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3DCC; }

 p { color: rgb(238,61,204); }

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

background-color css

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

 a { background-color: rgb(238,61,204); }

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

border-color css

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

 span { border-color: rgb(238,61,204); }

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