Html Css Color HEX #EBA4DA Lavender Rose

📋 copy color: '#EBA4DA'

red 235 ◦ green 164 ◦ blue 218

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

Shades of Lavender Rose #EBA4DA

Tints of Lavender Rose #EBA4DA

RGB

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

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

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

R = 38.09%
G = 26.58%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBA4DA (or 0xEBA4DA) is known color: Lavender Rose. HEX triplet: EB, A4 and DA. RGB value is (235,164,218). Sum of RGB (Red+Green+Blue) = 235+164+218=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4DA is #145B25. Grayscale: #BFBFBF. Windows color (decimal): -1334054 or 14329067. OLE color: 14329067.

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

Color convert

RGB 235 164 218 -
CMYK 0 0.30 0.07 0.08
HSL 314.37º 0.64% 0.78% -
HSV(B) 314.37º 0.3% 0.92% -
XYZ 60.19 49.28 72.67 -
YUV 191.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 235 164 218 0 0.30 0.07 0.08 314.37 0.64 0.78
Hex EB A4 DA 0 1E 7 8 13A 40 4E
Octal 353 244 332 0 36 7 10 472 100 116
Binary 11101011 10100100 11011010 0 11110 111 1000 100111010 1000000 1001110

Color Harmonies of #EBA4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4DA

Black with #EBA4DA

Text Example


Text Example

White with #EBA4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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