Html Css Color HEX #EE3ACE Razzle Dazzle Rose

📋 copy color: '#EE3ACE'

red 238 ◦ green 58 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EE3ACE

Tints of Razzle Dazzle Rose #EE3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.55%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 47.41%
G = 11.55%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE3ACE (or 0xEE3ACE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and CE. RGB value is (238,58,206). Sum of RGB (Red+Green+Blue) = 238+58+206=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3ACE is #11C531. Grayscale: #808080. Windows color (decimal): -1164594 or 13515502. OLE color: 13515502.

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

Color convert

RGB 238 58 206 -
CMYK 0 0.76 0.13 0.07
HSL 310.67º 0.84% 0.58% -
HSV(B) 310.67º 0.76% 0.93% -
XYZ 47.91 25.66 60.82 -
YUV 128.69 171.63 205.97 -
System Red Green Blue C M Y K H S L
Decimal 238 58 206 0 0.76 0.13 0.07 310.67 0.84 0.58
Hex EE 3A CE 0 4C D 7 137 54 3A
Octal 356 72 316 0 114 15 7 467 124 72
Binary 11101110 111010 11001110 0 1001100 1101 111 100110111 1010100 111010

Color Harmonies of #EE3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3ACE

Black with #EE3ACE

Text Example


Text Example

White with #EE3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3ACE; }

 p { color: rgb(238,58,206); }

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

background-color css

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

 a { background-color: rgb(238,58,206); }

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

border-color css

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

 span { border-color: rgb(238,58,206); }

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