#EF9CD9

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

Shades of Lavender Rose #EF9CD9

Tints of Lavender Rose #EF9CD9

Color information

#EF9CD9 (or 0xEF9CD9) is unknown color: approx Lavender Rose. HEX triplet: EF, 9C and D9. RGB value is (239,156,217). Sum of RGB (Red+Green+Blue) = 239+156+217=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CD9 is #106326. Grayscale: #BBBBBB. Windows color (decimal): -1073959 or 14261487. OLE color: 14261487.

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

Color convert

RGB239156217-
CMYK00.350.090.06
HSL315.9º72.17%77.45%-
HSV(B)315.9º34.73%93.73%-
XYZ60.0147.1471.58-
YUV187.77144.5164.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 156 (61.33% from 255) = 25.49%
BLUE value IS 217 (85.16% from 255) = 35.46%
R=39.05%
G=25.49%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915621700.350.090.06315.972.1777.45
HexEF9CD90239613c484d
Octal357234331043116474110115
Binary1110111110011100110110010100011100111010011110010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CD9; }

 p { color: rgb(239,156,217); }

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

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

 a { background-color: rgb(239,156,217); }

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

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

 span { border-color: rgb(239,156,217); }

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