#EBA4CD

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

Shades of Shocking #EBA4CD

Tints of Shocking #EBA4CD

Color information

#EBA4CD (or 0xEBA4CD) is unknown color: approx Shocking. HEX triplet: EB, A4 and CD. RGB value is (235,164,205). Sum of RGB (Red+Green+Blue) = 235+164+205=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4CD is #145B32. Grayscale: #BDBDBD. Windows color (decimal): -1334067 or 13477099. OLE color: 13477099.

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

Color convert

RGB235164205-
CMYK00.300.130.08
HSL325.35º63.96%78.24%-
HSV(B)325.35º30.21%92.16%-
XYZ58.5648.6264.06-
YUV189.9136.52160.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=38.91%
G=27.15%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516420500.300.130.08325.3563.9678.24
HexEBA4CD01ED8145404e
Octal3532443150361510505100116
Binary1110101110100100110011010111101101100010100010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4CD; }

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

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

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

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

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

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

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

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