Html Css Color HEX #EBA7D6 Lavender Rose

📋 copy color: '#EBA7D6'

red 235 ◦ green 167 ◦ blue 214

#EBA7D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #EBA7D6

Tints of Lavender Rose #EBA7D6

RGB

 RED value IS 235 (92.19% from 255) = 38.15%

 GREEN value IS 167 (65.63% from 255) = 27.11%

 BLUE value IS 214 (83.98% from 255) = 34.74%

R = 38.15%
G = 27.11%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBA7D6 (or 0xEBA7D6) is known color: Lavender Rose. HEX triplet: EB, A7 and D6. RGB value is (235,167,214). Sum of RGB (Red+Green+Blue) = 235+167+214=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7D6 is #145829. Grayscale: #C0C0C0. Windows color (decimal): -1333290 or 14067691. OLE color: 14067691.

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

Color convert

RGB 235 167 214 -
CMYK 0 0.29 0.09 0.08
HSL 318.53º 0.63% 0.79% -
HSV(B) 318.53º 0.29% 0.92% -
XYZ 60.22 50.15 70.13 -
YUV 192.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 235 167 214 0 0.29 0.09 0.08 318.53 0.63 0.79
Hex EB A7 D6 0 1D 9 8 13F 3F 4F
Octal 353 247 326 0 35 11 10 477 77 117
Binary 11101011 10100111 11010110 0 11101 1001 1000 100111111 111111 1001111

Color Harmonies of #EBA7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7D6

Black with #EBA7D6

Text Example


Text Example

White with #EBA7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7D6; }

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

 H1.HeaderClassName
 {
   color: #EBA7D6;
 }
 .AnyTagClassName
 {
   color: #EBA7D6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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