#EBA1C4

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

Shades of Shocking #EBA1C4

Tints of Shocking #EBA1C4

Color information

#EBA1C4 (or 0xEBA1C4) is unknown color: approx Shocking. HEX triplet: EB, A1 and C4. RGB value is (235,161,196). Sum of RGB (Red+Green+Blue) = 235+161+196=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1C4 is #145E3B. Grayscale: #BBBBBB. Windows color (decimal): -1334844 or 12886507. OLE color: 12886507.

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

Color convert

RGB235161196-
CMYK00.310.170.08
HSL331.62º64.91%77.65%-
HSV(B)331.62º31.49%92.16%-
XYZ56.9747.1458.32-
YUV187.12133.02162.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 161 (63.28% from 255) = 27.20%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=39.70%
G=27.20%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516119600.310.170.08331.6264.9177.65
HexEBA1C401F11814c414e
Octal3532413040372110514101116
Binary11101011101000011100010001111110001100010100110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1C4; }

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

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

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

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

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

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

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

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