#EA90BB

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

Shades of Shocking #EA90BB

Tints of Shocking #EA90BB

Color information

#EA90BB (or 0xEA90BB) is unknown color: approx Shocking. HEX triplet: EA, 90 and BB. RGB value is (234,144,187). Sum of RGB (Red+Green+Blue) = 234+144+187=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90BB is #156F44. Grayscale: #AFAFAF. Windows color (decimal): -1404741 or 12292330. OLE color: 12292330.

HSL color Cylindrical-coordinate representation of color #EA90BB: hue angle of 331.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA90BB is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234144187-
CMYK00.380.200.08
HSL331.33º68.18%74.12%-
HSV(B)331.33º38.46%91.76%-
XYZ52.8741.0352.15-
YUV175.81134.32169.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=41.42%
G=25.49%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414418700.380.200.08331.3368.1874.12
HexEA90BB02614814b444a
Octal3522202730462410513104112
Binary111010101001000010111011010011010100100010100101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA90BB; }

 p { color: rgb(234,144,187); }

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

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

 a { background-color: rgb(234,144,187); }

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

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

 span { border-color: rgb(234,144,187); }

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