#EF9AE0

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

Shades of Lavender Rose #EF9AE0

Tints of Lavender Rose #EF9AE0

Color information

#EF9AE0 (or 0xEF9AE0) is unknown color: approx Lavender Rose. HEX triplet: EF, 9A and E0. RGB value is (239,154,224). Sum of RGB (Red+Green+Blue) = 239+154+224=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AE0 is #10651F. Grayscale: #BBBBBB. Windows color (decimal): -1074464 or 14719727. OLE color: 14719727.

HSL color Cylindrical-coordinate representation of color #EF9AE0: hue angle of 310.59º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9AE0 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB239154224-
CMYK00.360.060.06
HSL310.59º72.65%77.06%-
HSV(B)310.59º35.56%93.73%-
XYZ60.6146.8476.37-
YUV187.4148.66164.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 154 (60.55% from 255) = 24.96%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=38.74%
G=24.96%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915422400.360.060.06310.5972.6577.06
HexEF9AE002466137494d
Octal35723234004466467111115
Binary111011111001101011100000010010011011010011011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AE0; }

 p { color: rgb(239,154,224); }

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

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

 a { background-color: rgb(239,154,224); }

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

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

 span { border-color: rgb(239,154,224); }

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