#EBA2C2

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

Shades of Shocking #EBA2C2

Tints of Shocking #EBA2C2

Color information

#EBA2C2 (or 0xEBA2C2) is unknown color: approx Shocking. HEX triplet: EB, A2 and C2. RGB value is (235,162,194). Sum of RGB (Red+Green+Blue) = 235+162+194=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2C2 is #145D3D. Grayscale: #BBBBBB. Windows color (decimal): -1334590 or 12755691. OLE color: 12755691.

HSL color Cylindrical-coordinate representation of color #EBA2C2: hue angle of 333.7º 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 #EBA2C2 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235162194-
CMYK00.310.170.08
HSL333.7º64.6%77.84%-
HSV(B)333.7º31.06%92.16%-
XYZ56.9247.457.19-
YUV187.47131.68161.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 162 (63.67% from 255) = 27.41%
BLUE value IS 194 (76.17% from 255) = 32.83%
R=39.76%
G=27.41%
B=32.83%

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
Decimal23516219400.310.170.08333.764.677.84
HexEBA2C201F11814e414e
Octal3532423020372110516101116
Binary11101011101000101100001001111110001100010100111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2C2; }

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

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

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

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

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

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

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

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