Html Css Color HEX #E993CD Shocking

📋 copy color: '#E993CD'

red 233 ◦ green 147 ◦ blue 205

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

Shades of Shocking #E993CD

Tints of Shocking #E993CD

RGB

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

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

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

R = 39.83%
G = 25.13%
B = 35.04%

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

#E993CD (or 0xE993CD) is known color: Shocking. HEX triplet: E9, 93 and CD. RGB value is (233,147,205). Sum of RGB (Red+Green+Blue) = 233+147+205=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E993CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993CD is #166C32. Grayscale: #B3B3B3. Windows color (decimal): -1469491 or 13472745. OLE color: 13472745.

HSL color Cylindrical-coordinate representation of color #E993CD: hue angle of 319.53º 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 #E993CD is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 147 205 -
CMYK 0 0.37 0.12 0.09
HSL 319.53º 0.66% 0.75% -
HSV(B) 319.53º 0.37% 0.91% -
XYZ 55.06 42.6 63.08 -
YUV 179.33 142.49 166.28 -
System Red Green Blue C M Y K H S L
Decimal 233 147 205 0 0.37 0.12 0.09 319.53 0.66 0.75
Hex E9 93 CD 0 25 C 9 140 42 4B
Octal 351 223 315 0 45 14 11 500 102 113
Binary 11101001 10010011 11001101 0 100101 1100 1001 101000000 1000010 1001011

Color Harmonies of #E993CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993CD

Black with #E993CD

Text Example


Text Example

White with #E993CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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