#ef9ce6

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

Shades of Lavender Rose #EF9CE6

Tints of Lavender Rose #EF9CE6

Color information

#EF9CE6 (or 0xEF9CE6) is unknown color: approx Lavender Rose. HEX triplet: EF, 9C and E6. RGB value is (239,156,230). Sum of RGB (Red+Green+Blue) = 239+156+230=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 156 (61.33% from 255 or 24.96% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CE6 is #106319. Grayscale: #BDBDBD. Windows color (decimal): -1073946 or 15113455. OLE color: 15113455.

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

Color convert

RGB239156230-
CMYK00.350.040.06
HSL306.51º72.17%77.45%-
HSV(B)306.51º34.73%93.73%-
XYZ61.7747.8480.84-
YUV189.25151163.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.24%
GREEN value IS 156 (61.33% from 255) = 24.96%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=38.24%
G=24.96%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915623000.350.040.06306.5172.1777.45
HexEF9CE602346133484d
Octal35723434604346463110115
Binary111011111001110011100110010001110011010011001110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9ce6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9ce6; }

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

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

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

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

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

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

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

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