#EA93BD

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

Shades of Shocking #EA93BD

Tints of Shocking #EA93BD

Color information

#EA93BD (or 0xEA93BD) is unknown color: approx Shocking. HEX triplet: EA, 93 and BD. RGB value is (234,147,189). Sum of RGB (Red+Green+Blue) = 234+147+189=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93BD is #156C42. Grayscale: #B1B1B1. Windows color (decimal): -1403971 or 12424170. OLE color: 12424170.

HSL color Cylindrical-coordinate representation of color #EA93BD: hue angle of 331.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93BD is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234147189-
CMYK00.370.190.08
HSL331.03º67.44%74.71%-
HSV(B)331.03º37.18%91.76%-
XYZ53.5542.0353.44-
YUV177.8134.32168.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=41.05%
G=25.79%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414718900.370.190.08331.0367.4474.71
HexEA93BD02513814b434b
Octal3522232750452310513103113
Binary111010101001001110111101010010110011100010100101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93BD; }

 p { color: rgb(234,147,189); }

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

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

 a { background-color: rgb(234,147,189); }

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

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

 span { border-color: rgb(234,147,189); }

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