Html Css Color HEX #EBA6DA Lavender Rose

📋 copy color: '#EBA6DA'

red 235 ◦ green 166 ◦ blue 218

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

Shades of Lavender Rose #EBA6DA

Tints of Lavender Rose #EBA6DA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.82%

 BLUE value IS 218 (85.55% from 255) = 35.22%

R = 37.96%
G = 26.82%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBA6DA (or 0xEBA6DA) is known color: Lavender Rose. HEX triplet: EB, A6 and DA. RGB value is (235,166,218). Sum of RGB (Red+Green+Blue) = 235+166+218=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6DA is #145925. Grayscale: #C0C0C0. Windows color (decimal): -1333542 or 14329579. OLE color: 14329579.

HSL color Cylindrical-coordinate representation of color #EBA6DA: hue angle of 314.78º 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 #EBA6DA is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 166 218 -
CMYK 0 0.29 0.07 0.08
HSL 314.78º 0.63% 0.79% -
HSV(B) 314.78º 0.29% 0.92% -
XYZ 60.55 50 72.79 -
YUV 192.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 235 166 218 0 0.29 0.07 0.08 314.78 0.63 0.79
Hex EB A6 DA 0 1D 7 8 13B 3F 4F
Octal 353 246 332 0 35 7 10 473 77 117
Binary 11101011 10100110 11011010 0 11101 111 1000 100111011 111111 1001111

Color Harmonies of #EBA6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA6DA

Black with #EBA6DA

Text Example


Text Example

White with #EBA6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA6DA; }

 p { color: rgb(235,166,218); }

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

background-color css

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

 a { background-color: rgb(235,166,218); }

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

border-color css

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

 span { border-color: rgb(235,166,218); }

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