#EF9BE3

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

Shades of Lavender Rose #EF9BE3

Tints of Lavender Rose #EF9BE3

Color information

#EF9BE3 (or 0xEF9BE3) is unknown color: approx Lavender Rose. HEX triplet: EF, 9B and E3. RGB value is (239,155,227). Sum of RGB (Red+Green+Blue) = 239+155+227=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BE3 is #10641C. Grayscale: #BCBCBC. Windows color (decimal): -1074205 or 14916591. OLE color: 14916591.

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

Color convert

RGB239155227-
CMYK00.350.050.06
HSL308.57º72.41%77.25%-
HSV(B)308.57º35.15%93.73%-
XYZ61.1847.3478.59-
YUV188.32149.83164.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 155 (60.94% from 255) = 24.96%
BLUE value IS 227 (89.06% from 255) = 36.55%
R=38.49%
G=24.96%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915522700.350.050.06308.5772.4177.25
HexEF9BE302356135484d
Octal35723334304356465110115
Binary111011111001101111100011010001110111010011010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BE3; }

 p { color: rgb(239,155,227); }

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

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

 a { background-color: rgb(239,155,227); }

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

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

 span { border-color: rgb(239,155,227); }

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