Html Css Color HEX #E993CC Shocking

📋 copy color: '#E993CC'

red 233 ◦ green 147 ◦ blue 204

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

Shades of Shocking #E993CC

Tints of Shocking #E993CC

RGB

 RED value IS 233 (91.41% from 255) = 39.9%

 GREEN value IS 147 (57.81% from 255) = 25.17%

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

R = 39.9%
G = 25.17%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E993CC (or 0xE993CC) is known color: Shocking. HEX triplet: E9, 93 and CC. RGB value is (233,147,204). Sum of RGB (Red+Green+Blue) = 233+147+204=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E993CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993CC is #166C33. Grayscale: #B3B3B3. Windows color (decimal): -1469492 or 13407209. OLE color: 13407209.

HSL color Cylindrical-coordinate representation of color #E993CC: hue angle of 320.23º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E993CC is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 147 204 -
CMYK 0 0.37 0.12 0.09
HSL 320.23º 0.66% 0.75% -
HSV(B) 320.23º 0.37% 0.91% -
XYZ 54.94 42.55 62.44 -
YUV 179.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 233 147 204 0 0.37 0.12 0.09 320.23 0.66 0.75
Hex E9 93 CC 0 25 C 9 140 42 4B
Octal 351 223 314 0 45 14 11 500 102 113
Binary 11101001 10010011 11001100 0 100101 1100 1001 101000000 1000010 1001011

Color Harmonies of #E993CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993CC

Black with #E993CC

Text Example


Text Example

White with #E993CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993CC; }

 p { color: rgb(233,147,204); }

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

background-color css

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

 a { background-color: rgb(233,147,204); }

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

border-color css

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

 span { border-color: rgb(233,147,204); }

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