#EF9CDB

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

Shades of Lavender Rose #EF9CDB

Tints of Lavender Rose #EF9CDB

Color information

#EF9CDB (or 0xEF9CDB) is unknown color: approx Lavender Rose. HEX triplet: EF, 9C and DB. RGB value is (239,156,219). Sum of RGB (Red+Green+Blue) = 239+156+219=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CDB is #106324. Grayscale: #BBBBBB. Windows color (decimal): -1073957 or 14392559. OLE color: 14392559.

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

Color convert

RGB239156219-
CMYK00.350.080.06
HSL314.46º72.17%77.45%-
HSV(B)314.46º34.73%93.73%-
XYZ60.2747.2472.96-
YUV188145.5164.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 156 (61.33% from 255) = 25.41%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=38.93%
G=25.41%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915621900.350.080.06314.4672.1777.45
HexEF9CDB0238613a484d
Octal357234333043106472110115
Binary1110111110011100110110110100011100011010011101010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9CDB; }

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

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

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

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

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

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

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

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