Html Css Color HEX #EBA1D3 Lavender Rose

📋 copy color: '#EBA1D3'

red 235 ◦ green 161 ◦ blue 211

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

Shades of Lavender Rose #EBA1D3

Tints of Lavender Rose #EBA1D3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.52%

 BLUE value IS 211 (82.81% from 255) = 34.76%

R = 38.71%
G = 26.52%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBA1D3 (or 0xEBA1D3) is known color: Lavender Rose. HEX triplet: EB, A1 and D3. RGB value is (235,161,211). Sum of RGB (Red+Green+Blue) = 235+161+211=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA1D3 is #145E2C. Grayscale: #BCBCBC. Windows color (decimal): -1334829 or 13869547. OLE color: 13869547.

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

Color convert

RGB 235 161 211 -
CMYK 0 0.31 0.10 0.08
HSL 319.46º 0.65% 0.78% -
HSV(B) 319.46º 0.31% 0.92% -
XYZ 58.76 47.86 67.77 -
YUV 188.83 140.52 160.93 -
System Red Green Blue C M Y K H S L
Decimal 235 161 211 0 0.31 0.10 0.08 319.46 0.65 0.78
Hex EB A1 D3 0 1F A 8 13F 41 4E
Octal 353 241 323 0 37 12 10 477 101 116
Binary 11101011 10100001 11010011 0 11111 1010 1000 100111111 1000001 1001110

Color Harmonies of #EBA1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA1D3

Black with #EBA1D3

Text Example


Text Example

White with #EBA1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA1D3; }

 p { color: rgb(235,161,211); }

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

background-color css

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

 a { background-color: rgb(235,161,211); }

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

border-color css

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

 span { border-color: rgb(235,161,211); }

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