Html Css Color HEX #EBA8DC Lavender Rose

📋 copy color: '#EBA8DC'

red 235 ◦ green 168 ◦ blue 220

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

Shades of Lavender Rose #EBA8DC

Tints of Lavender Rose #EBA8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.97%

 BLUE value IS 220 (86.33% from 255) = 35.31%

R = 37.72%
G = 26.97%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBA8DC (or 0xEBA8DC) is known color: Lavender Rose. HEX triplet: EB, A8 and DC. RGB value is (235,168,220). Sum of RGB (Red+Green+Blue) = 235+168+220=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8DC is #145723. Grayscale: #C1C1C1. Windows color (decimal): -1333028 or 14461163. OLE color: 14461163.

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

Color convert

RGB 235 168 220 -
CMYK 0 0.29 0.06 0.08
HSL 313.43º 0.63% 0.79% -
HSV(B) 313.43º 0.29% 0.92% -
XYZ 61.18 50.83 74.3 -
YUV 193.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 235 168 220 0 0.29 0.06 0.08 313.43 0.63 0.79
Hex EB A8 DC 0 1D 6 8 139 3F 4F
Octal 353 250 334 0 35 6 10 471 77 117
Binary 11101011 10101000 11011100 0 11101 110 1000 100111001 111111 1001111

Color Harmonies of #EBA8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8DC

Black with #EBA8DC

Text Example


Text Example

White with #EBA8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8DC; }

 p { color: rgb(235,168,220); }

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

background-color css

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

 a { background-color: rgb(235,168,220); }

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

border-color css

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

 span { border-color: rgb(235,168,220); }

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