#EA6692

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

Shades of Deep Blush #EA6692

Tints of Deep Blush #EA6692

Color information

#EA6692 (or 0xEA6692) is unknown color: approx Deep Blush. HEX triplet: EA, 66 and 92. RGB value is (234,102,146). Sum of RGB (Red+Green+Blue) = 234+102+146=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6692 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6692 is #15996D. Grayscale: #929292. Windows color (decimal): -1415534 or 9594602. OLE color: 9594602.

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

Color convert

RGB234102146-
CMYK00.560.380.08
HSL340º75.86%65.88%-
HSV(B)340º56.41%91.76%-
XYZ43.8729.0730.49-
YUV146.48127.73190.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=48.55%
G=21.16%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410214600.560.380.0834075.8665.88
HexEA66920382681544c42
Octal3521462220704610524114102
Binary111010101100110100100100111000100110100010101010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6692; }

 p { color: rgb(234,102,146); }

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

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

 a { background-color: rgb(234,102,146); }

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

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

 span { border-color: rgb(234,102,146); }

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