Html Css Color HEX #EBAADA Lavender Rose

📋 copy color: '#EBAADA'

red 235 ◦ green 170 ◦ blue 218

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

Shades of Lavender Rose #EBAADA

Tints of Lavender Rose #EBAADA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.29%

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

R = 37.72%
G = 27.29%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBAADA (or 0xEBAADA) is known color: Lavender Rose. HEX triplet: EB, AA and DA. RGB value is (235,170,218). Sum of RGB (Red+Green+Blue) = 235+170+218=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAADA is #145525. Grayscale: #C2C2C2. Windows color (decimal): -1332518 or 14330603. OLE color: 14330603.

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

Color convert

RGB 235 170 218 -
CMYK 0 0.28 0.07 0.08
HSL 315.69º 0.62% 0.79% -
HSV(B) 315.69º 0.28% 0.92% -
XYZ 61.29 51.47 73.03 -
YUV 194.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 235 170 218 0 0.28 0.07 0.08 315.69 0.62 0.79
Hex EB AA DA 0 1C 7 8 13C 3E 4F
Octal 353 252 332 0 34 7 10 474 76 117
Binary 11101011 10101010 11011010 0 11100 111 1000 100111100 111110 1001111

Color Harmonies of #EBAADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAADA

Black with #EBAADA

Text Example


Text Example

White with #EBAADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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