Html Css Color HEX #E996C8 Shocking

📋 copy color: '#E996C8'

red 233 ◦ green 150 ◦ blue 200

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

Shades of Shocking #E996C8

Tints of Shocking #E996C8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.73%

 BLUE value IS 200 (78.52% from 255) = 34.31%

R = 39.97%
G = 25.73%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E996C8 (or 0xE996C8) is known color: Shocking. HEX triplet: E9, 96 and C8. RGB value is (233,150,200). Sum of RGB (Red+Green+Blue) = 233+150+200=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E996C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996C8 is #166937. Grayscale: #B4B4B4. Windows color (decimal): -1468728 or 13145833. OLE color: 13145833.

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

Color convert

RGB 233 150 200 -
CMYK 0 0.36 0.14 0.09
HSL 323.86º 0.65% 0.75% -
HSV(B) 323.86º 0.36% 0.91% -
XYZ 54.94 43.31 60.11 -
YUV 180.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 233 150 200 0 0.36 0.14 0.09 323.86 0.65 0.75
Hex E9 96 C8 0 24 E 9 144 41 4B
Octal 351 226 310 0 44 16 11 504 101 113
Binary 11101001 10010110 11001000 0 100100 1110 1001 101000100 1000001 1001011

Color Harmonies of #E996C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996C8

Black with #E996C8

Text Example


Text Example

White with #E996C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996C8; }

 p { color: rgb(233,150,200); }

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

background-color css

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

 a { background-color: rgb(233,150,200); }

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

border-color css

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

 span { border-color: rgb(233,150,200); }

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