#EA92D6

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

Shades of Lavender Rose #EA92D6

Tints of Lavender Rose #EA92D6

Color information

#EA92D6 (or 0xEA92D6) is unknown color: approx Lavender Rose. HEX triplet: EA, 92 and D6. RGB value is (234,146,214). Sum of RGB (Red+Green+Blue) = 234+146+214=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA92D6 is #156D29. Grayscale: #B3B3B3. Windows color (decimal): -1404202 or 14062314. OLE color: 14062314.

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

Color convert

RGB234146214-
CMYK00.380.090.08
HSL313.64º67.69%74.51%-
HSV(B)313.64º37.61%91.76%-
XYZ56.3542.9168.93-
YUV180.06147.15166.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 214 (83.98% from 255) = 36.03%
R=39.39%
G=24.58%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414621400.380.090.08313.6467.6974.51
HexEA92D60269813a444b
Octal3522223260461110472104113
Binary11101010100100101101011001001101001100010011101010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA92D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA92D6; }

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

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

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

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

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

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

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

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