Html Css Color HEX #E993BD Shocking

📋 copy color: '#E993BD'

red 233 ◦ green 147 ◦ blue 189

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

Shades of Shocking #E993BD

Tints of Shocking #E993BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.22%

R = 40.95%
G = 25.83%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E993BD (or 0xE993BD) is known color: Shocking. HEX triplet: E9, 93 and BD. RGB value is (233,147,189). Sum of RGB (Red+Green+Blue) = 233+147+189=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E993BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E993BD is #166C42. Grayscale: #B1B1B1. Windows color (decimal): -1469507 or 12424169. OLE color: 12424169.

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

Color convert

RGB 233 147 189 -
CMYK 0 0.37 0.19 0.09
HSL 330.7º 0.66% 0.75% -
HSV(B) 330.7º 0.37% 0.91% -
XYZ 53.22 41.87 53.42 -
YUV 177.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 233 147 189 0 0.37 0.19 0.09 330.7 0.66 0.75
Hex E9 93 BD 0 25 13 9 14B 42 4B
Octal 351 223 275 0 45 23 11 513 102 113
Binary 11101001 10010011 10111101 0 100101 10011 1001 101001011 1000010 1001011

Color Harmonies of #E993BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E993BD

Black with #E993BD

Text Example


Text Example

White with #E993BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E993BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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