Html Css Color HEX #EBA3D2 Lavender Rose

📋 copy color: '#EBA3D2'

red 235 ◦ green 163 ◦ blue 210

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

Shades of Lavender Rose #EBA3D2

Tints of Lavender Rose #EBA3D2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.81%

 BLUE value IS 210 (82.42% from 255) = 34.54%

R = 38.65%
G = 26.81%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBA3D2 (or 0xEBA3D2) is known color: Lavender Rose. HEX triplet: EB, A3 and D2. RGB value is (235,163,210). Sum of RGB (Red+Green+Blue) = 235+163+210=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 163 (64.06% from 255 or 26.81% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA3D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA3D2 is #145C2D. Grayscale: #BDBDBD. Windows color (decimal): -1334318 or 13804523. OLE color: 13804523.

HSL color Cylindrical-coordinate representation of color #EBA3D2: hue angle of 320.83º degrees, saturation: 0.64, 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 #EBA3D2 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 210 -
CMYK 0 0.31 0.11 0.08
HSL 320.83º 0.64% 0.78% -
HSV(B) 320.83º 0.31% 0.92% -
XYZ 58.99 48.51 67.23 -
YUV 189.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 235 163 210 0 0.31 0.11 0.08 320.83 0.64 0.78
Hex EB A3 D2 0 1F B 8 141 40 4E
Octal 353 243 322 0 37 13 10 501 100 116
Binary 11101011 10100011 11010010 0 11111 1011 1000 101000001 1000000 1001110

Color Harmonies of #EBA3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA3D2

Black with #EBA3D2

Text Example


Text Example

White with #EBA3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA3D2; }

 p { color: rgb(235,163,210); }

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

background-color css

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

 a { background-color: rgb(235,163,210); }

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

border-color css

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

 span { border-color: rgb(235,163,210); }

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