#EF97D3

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

Shades of Lavender Rose #EF97D3

Tints of Lavender Rose #EF97D3

Color information

#EF97D3 (or 0xEF97D3) is unknown color: approx Lavender Rose. HEX triplet: EF, 97 and D3. RGB value is (239,151,211). Sum of RGB (Red+Green+Blue) = 239+151+211=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97D3 is #10682C. Grayscale: #B8B8B8. Windows color (decimal): -1075245 or 13866991. OLE color: 13866991.

HSL color Cylindrical-coordinate representation of color #EF97D3: hue angle of 319.09º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF97D3 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB239151211-
CMYK00.370.120.06
HSL319.09º73.33%76.47%-
HSV(B)319.09º36.82%93.73%-
XYZ58.4245.1967.27-
YUV184.15143.15167.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 211 (82.81% from 255) = 35.11%
R=39.77%
G=25.12%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915121100.370.120.06319.0973.3376.47
HexEF97D3025C613f494c
Octal357227323045146477111114
Binary1110111110010111110100110100101110011010011111110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF97D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF97D3; }

 p { color: rgb(239,151,211); }

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

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

 a { background-color: rgb(239,151,211); }

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

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

 span { border-color: rgb(239,151,211); }

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