#EBA4C2

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

Shades of Shocking #EBA4C2

Tints of Shocking #EBA4C2

Color information

#EBA4C2 (or 0xEBA4C2) is unknown color: approx Shocking. HEX triplet: EB, A4 and C2. RGB value is (235,164,194). Sum of RGB (Red+Green+Blue) = 235+164+194=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4C2 is #145B3D. Grayscale: #BCBCBC. Windows color (decimal): -1334078 or 12756203. OLE color: 12756203.

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

Color convert

RGB235164194-
CMYK00.300.170.08
HSL334.65º63.96%78.24%-
HSV(B)334.65º30.21%92.16%-
XYZ57.2748.1157.31-
YUV188.65131.02161.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.63%
GREEN value IS 164 (64.45% from 255) = 27.66%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=39.63%
G=27.66%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516419400.300.170.08334.6563.9678.24
HexEBA4C201E11814f404e
Octal3532443020362110517100116
Binary11101011101001001100001001111010001100010100111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4C2; }

 p { color: rgb(235,164,194); }

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

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

 a { background-color: rgb(235,164,194); }

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

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

 span { border-color: rgb(235,164,194); }

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