Html Css Color HEX #E993BF Shocking

📋 copy color: '#E993BF'

red 233 ◦ green 147 ◦ blue 191

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

Shades of Shocking #E993BF

Tints of Shocking #E993BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.45%

R = 40.81%
G = 25.74%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E993BF (or 0xE993BF) is known color: Shocking. HEX triplet: E9, 93 and BF. RGB value is (233,147,191). Sum of RGB (Red+Green+Blue) = 233+147+191=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E993BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993BF is #166C40. Grayscale: #B1B1B1. Windows color (decimal): -1469505 or 12555241. OLE color: 12555241.

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

Color convert

RGB 233 147 191 -
CMYK 0 0.37 0.18 0.09
HSL 329.3º 0.66% 0.75% -
HSV(B) 329.3º 0.37% 0.91% -
XYZ 53.44 41.95 54.57 -
YUV 177.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 233 147 191 0 0.37 0.18 0.09 329.3 0.66 0.75
Hex E9 93 BF 0 25 12 9 149 42 4B
Octal 351 223 277 0 45 22 11 511 102 113
Binary 11101001 10010011 10111111 0 100101 10010 1001 101001001 1000010 1001011

Color Harmonies of #E993BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993BF

Black with #E993BF

Text Example


Text Example

White with #E993BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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