#EA92D2

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

Shades of Lavender Rose #EA92D2

Tints of Lavender Rose #EA92D2

Color information

#EA92D2 (or 0xEA92D2) is unknown color: approx Lavender Rose. HEX triplet: EA, 92 and D2. RGB value is (234,146,210). Sum of RGB (Red+Green+Blue) = 234+146+210=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA92D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA92D2 is #156D2D. Grayscale: #B3B3B3. Windows color (decimal): -1404206 or 13800170. OLE color: 13800170.

HSL color Cylindrical-coordinate representation of color #EA92D2: hue angle of 316.36º 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 #EA92D2 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234146210-
CMYK00.380.100.08
HSL316.36º67.69%74.51%-
HSV(B)316.36º37.61%91.76%-
XYZ55.8442.766.27-
YUV179.61145.15166.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 210 (82.42% from 255) = 35.59%
R=39.66%
G=24.75%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414621000.380.100.08316.3667.6974.51
HexEA92D2026A813c444b
Octal3522223220461210474104113
Binary11101010100100101101001001001101010100010011110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA92D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA92D2; }

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

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

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

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

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

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

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

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