#EA8DC1

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

Shades of Shocking #EA8DC1

Tints of Shocking #EA8DC1

Color information

#EA8DC1 (or 0xEA8DC1) is unknown color: approx Shocking. HEX triplet: EA, 8D and C1. RGB value is (234,141,193). Sum of RGB (Red+Green+Blue) = 234+141+193=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DC1 is #15723E. Grayscale: #AEAEAE. Windows color (decimal): -1405503 or 12684778. OLE color: 12684778.

HSL color Cylindrical-coordinate representation of color #EA8DC1: hue angle of 326.45º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DC1 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234141193-
CMYK00.400.180.08
HSL326.45º68.89%73.53%-
HSV(B)326.45º39.74%91.76%-
XYZ53.0840.3955.45-
YUV174.74138.31170.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 141 (55.47% from 255) = 24.82%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=41.20%
G=24.82%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414119300.400.180.08326.4568.8973.53
HexEA8DC1028128146454a
Octal3522153010502210506105112
Binary111010101000110111000001010100010010100010100011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8DC1; }

 p { color: rgb(234,141,193); }

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

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

 a { background-color: rgb(234,141,193); }

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

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

 span { border-color: rgb(234,141,193); }

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