#EBA2C7

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

Shades of Shocking #EBA2C7

Tints of Shocking #EBA2C7

Color information

#EBA2C7 (or 0xEBA2C7) is unknown color: approx Shocking. HEX triplet: EB, A2 and C7. RGB value is (235,162,199). Sum of RGB (Red+Green+Blue) = 235+162+199=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA2C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA2C7 is #145D38. Grayscale: #BBBBBB. Windows color (decimal): -1334585 or 13083371. OLE color: 13083371.

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

Color convert

RGB235162199-
CMYK00.310.150.08
HSL329.59º64.6%77.84%-
HSV(B)329.59º31.06%92.16%-
XYZ57.4947.6360.2-
YUV188.04134.18161.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 162 (63.67% from 255) = 27.18%
BLUE value IS 199 (78.12% from 255) = 33.39%
R=39.43%
G=27.18%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516219900.310.150.08329.5964.677.84
HexEBA2C701FF814a414e
Octal3532423070371710512101116
Binary1110101110100010110001110111111111100010100101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA2C7; }

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

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

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

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

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

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

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

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