Html Css Color HEX #E995CC Shocking

📋 copy color: '#E995CC'

red 233 ◦ green 149 ◦ blue 204

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

Shades of Shocking #E995CC

Tints of Shocking #E995CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.43%

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 39.76%
G = 25.43%
B = 34.81%

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

#E995CC (or 0xE995CC) is known color: Shocking. HEX triplet: E9, 95 and CC. RGB value is (233,149,204). Sum of RGB (Red+Green+Blue) = 233+149+204=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E995CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E995CC is #166A33. Grayscale: #B4B4B4. Windows color (decimal): -1468980 or 13407721. OLE color: 13407721.

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

Color convert

RGB 233 149 204 -
CMYK 0 0.36 0.12 0.09
HSL 320.71º 0.66% 0.75% -
HSV(B) 320.71º 0.36% 0.91% -
XYZ 55.25 43.18 62.55 -
YUV 180.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 233 149 204 0 0.36 0.12 0.09 320.71 0.66 0.75
Hex E9 95 CC 0 24 C 9 141 42 4B
Octal 351 225 314 0 44 14 11 501 102 113
Binary 11101001 10010101 11001100 0 100100 1100 1001 101000001 1000010 1001011

Color Harmonies of #E995CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E995CC

Black with #E995CC

Text Example


Text Example

White with #E995CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E995CC; }

 p { color: rgb(233,149,204); }

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

background-color css

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

 a { background-color: rgb(233,149,204); }

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

border-color css

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

 span { border-color: rgb(233,149,204); }

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