#EF9AD2

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

Shades of Lavender Rose #EF9AD2

Tints of Lavender Rose #EF9AD2

Color information

#EF9AD2 (or 0xEF9AD2) is unknown color: approx Lavender Rose. HEX triplet: EF, 9A and D2. RGB value is (239,154,210). Sum of RGB (Red+Green+Blue) = 239+154+210=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9AD2 is #10652D. Grayscale: #B9B9B9. Windows color (decimal): -1074478 or 13802223. OLE color: 13802223.

HSL color Cylindrical-coordinate representation of color #EF9AD2: hue angle of 320.47º 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 #EF9AD2 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB239154210-
CMYK00.360.120.06
HSL320.47º72.65%77.06%-
HSV(B)320.47º35.56%93.73%-
XYZ58.7946.1266.78-
YUV185.8141.66165.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=39.64%
G=25.54%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915421000.360.120.06320.4772.6577.06
HexEF9AD2024C6140494d
Octal357232322044146500111115
Binary1110111110011010110100100100100110011010100000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AD2; }

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

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

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

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

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

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

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

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