Html Css Color HEX #EBA4D8 Lavender Rose

📋 copy color: '#EBA4D8'

red 235 ◦ green 164 ◦ blue 216

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

Shades of Lavender Rose #EBA4D8

Tints of Lavender Rose #EBA4D8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.67%

 BLUE value IS 216 (84.77% from 255) = 35.12%

R = 38.21%
G = 26.67%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBA4D8 (or 0xEBA4D8) is known color: Lavender Rose. HEX triplet: EB, A4 and D8. RGB value is (235,164,216). Sum of RGB (Red+Green+Blue) = 235+164+216=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4D8 is #145B27. Grayscale: #BFBFBF. Windows color (decimal): -1334056 or 14197995. OLE color: 14197995.

HSL color Cylindrical-coordinate representation of color #EBA4D8: hue angle of 316.06º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4D8 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 216 -
CMYK 0 0.30 0.08 0.08
HSL 316.06º 0.64% 0.78% -
HSV(B) 316.06º 0.3% 0.92% -
XYZ 59.93 49.17 71.3 -
YUV 191.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 235 164 216 0 0.30 0.08 0.08 316.06 0.64 0.78
Hex EB A4 D8 0 1E 8 8 13C 40 4E
Octal 353 244 330 0 36 10 10 474 100 116
Binary 11101011 10100100 11011000 0 11110 1000 1000 100111100 1000000 1001110

Color Harmonies of #EBA4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4D8

Black with #EBA4D8

Text Example


Text Example

White with #EBA4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4D8; }

 p { color: rgb(235,164,216); }

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

background-color css

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

 a { background-color: rgb(235,164,216); }

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

border-color css

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

 span { border-color: rgb(235,164,216); }

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