#EF92D7

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

Shades of Lavender Rose #EF92D7

Tints of Lavender Rose #EF92D7

Color information

#EF92D7 (or 0xEF92D7) is unknown color: approx Lavender Rose. HEX triplet: EF, 92 and D7. RGB value is (239,146,215). Sum of RGB (Red+Green+Blue) = 239+146+215=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 215 (84.38% from 255 or 35.83% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92D7 is #106D28. Grayscale: #B5B5B5. Windows color (decimal): -1076521 or 14127855. OLE color: 14127855.

HSL color Cylindrical-coordinate representation of color #EF92D7: hue angle of 315.48º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92D7 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239146215-
CMYK00.390.100.06
HSL315.48º74.4%75.49%-
HSV(B)315.48º38.91%93.73%-
XYZ58.1443.8169.68-
YUV181.67146.81168.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 146 (57.42% from 255) = 24.33%
BLUE value IS 215 (84.38% from 255) = 35.83%
R=39.83%
G=24.33%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914621500.390.100.06315.4874.475.49
HexEF92D7027A613b4a4b
Octal357222327047126473112113
Binary1110111110010010110101110100111101011010011101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF92D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF92D7; }

 p { color: rgb(239,146,215); }

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

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

 a { background-color: rgb(239,146,215); }

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

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

 span { border-color: rgb(239,146,215); }

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