#EB9EC4

Color #EB9EC4 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EB9EC4

Tints of Shocking #EB9EC4

Color information

#EB9EC4 (or 0xEB9EC4) is unknown color: approx Shocking. HEX triplet: EB, 9E and C4. RGB value is (235,158,196). Sum of RGB (Red+Green+Blue) = 235+158+196=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB9EC4 is #14613B. Grayscale: #B9B9B9. Windows color (decimal): -1335612 or 12885739. OLE color: 12885739.

HSL color Cylindrical-coordinate representation of color #EB9EC4: hue angle of 330.39º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EB9EC4 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235158196-
CMYK00.330.170.08
HSL330.39º65.81%77.06%-
HSV(B)330.39º32.77%92.16%-
XYZ56.4546.158.15-
YUV185.36134.01163.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=39.90%
G=26.83%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515819600.330.170.08330.3965.8177.06
HexEB9EC402111814a424d
Octal3532363040412110512102115
Binary111010111001111011000100010000110001100010100101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EC4; }

 p { color: rgb(235,158,196); }

 H1.HeaderClassName
 {
   color: #EB9EC4;
 }
 .AnyTagClassName
 {
   color: #EB9EC4;
 }
</style>
background-color css

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

 a { background-color: rgb(235,158,196); }

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

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

 span { border-color: rgb(235,158,196); }

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