#EB92D6

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

Shades of Lavender Rose #EB92D6

Tints of Lavender Rose #EB92D6

Color information

#EB92D6 (or 0xEB92D6) is unknown color: approx Lavender Rose. HEX triplet: EB, 92 and D6. RGB value is (235,146,214). Sum of RGB (Red+Green+Blue) = 235+146+214=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EB92D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB92D6 is #146D29. Grayscale: #B4B4B4. Windows color (decimal): -1338666 or 14062315. OLE color: 14062315.

HSL color Cylindrical-coordinate representation of color #EB92D6: hue angle of 314.16º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EB92D6 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235146214-
CMYK00.380.090.08
HSL314.16º68.99%74.71%-
HSV(B)314.16º37.87%92.16%-
XYZ56.6843.0768.95-
YUV180.36146.99166.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 214 (83.98% from 255) = 35.97%
R=39.50%
G=24.54%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514621400.380.090.08314.1668.9974.71
HexEB92D60269813a454b
Octal3532223260461110472105113
Binary11101011100100101101011001001101001100010011101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB92D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB92D6; }

 p { color: rgb(235,146,214); }

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

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

 a { background-color: rgb(235,146,214); }

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

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

 span { border-color: rgb(235,146,214); }

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