Html Css Color HEX #E996CE Shocking

📋 copy color: '#E996CE'

red 233 ◦ green 150 ◦ blue 206

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

Shades of Shocking #E996CE

Tints of Shocking #E996CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 39.56%
G = 25.47%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E996CE (or 0xE996CE) is known color: Shocking. HEX triplet: E9, 96 and CE. RGB value is (233,150,206). Sum of RGB (Red+Green+Blue) = 233+150+206=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E996CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E996CE is #166931. Grayscale: #B5B5B5. Windows color (decimal): -1468722 or 13539049. OLE color: 13539049.

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

Color convert

RGB 233 150 206 -
CMYK 0 0.36 0.12 0.09
HSL 319.52º 0.65% 0.75% -
HSV(B) 319.52º 0.36% 0.91% -
XYZ 55.65 43.59 63.87 -
YUV 181.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 233 150 206 0 0.36 0.12 0.09 319.52 0.65 0.75
Hex E9 96 CE 0 24 C 9 140 41 4B
Octal 351 226 316 0 44 14 11 500 101 113
Binary 11101001 10010110 11001110 0 100100 1100 1001 101000000 1000001 1001011

Color Harmonies of #E996CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E996CE

Black with #E996CE

Text Example


Text Example

White with #E996CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E996CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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