#EF9FE5

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

Shades of Lavender Rose #EF9FE5

Tints of Lavender Rose #EF9FE5

Color information

#EF9FE5 (or 0xEF9FE5) is unknown color: approx Lavender Rose. HEX triplet: EF, 9F and E5. RGB value is (239,159,229). Sum of RGB (Red+Green+Blue) = 239+159+229=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FE5 is #10601A. Grayscale: #BEBEBE. Windows color (decimal): -1073179 or 15048687. OLE color: 15048687.

HSL color Cylindrical-coordinate representation of color #EF9FE5: hue angle of 307.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FE5 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB239159229-
CMYK00.330.040.06
HSL307.5º71.43%78.04%-
HSV(B)307.5º33.47%93.73%-
XYZ62.1448.880.27-
YUV190.9149.5162.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 159 (62.5% from 255) = 25.36%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=38.12%
G=25.36%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915922900.330.040.06307.571.4378.04
HexEF9FE502146134474e
Octal35723734504146464107116
Binary111011111001111111100101010000110011010011010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FE5; }

 p { color: rgb(239,159,229); }

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

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

 a { background-color: rgb(239,159,229); }

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

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

 span { border-color: rgb(239,159,229); }

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