Html Css Color HEX #EBA7DD Lavender Rose

📋 copy color: '#EBA7DD'

red 235 ◦ green 167 ◦ blue 221

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

Shades of Lavender Rose #EBA7DD

Tints of Lavender Rose #EBA7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.81%

 BLUE value IS 221 (86.72% from 255) = 35.47%

R = 37.72%
G = 26.81%
B = 35.47%

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

#EBA7DD (or 0xEBA7DD) is known color: Lavender Rose. HEX triplet: EB, A7 and DD. RGB value is (235,167,221). Sum of RGB (Red+Green+Blue) = 235+167+221=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7DD is #145822. Grayscale: #C1C1C1. Windows color (decimal): -1333283 or 14526443. OLE color: 14526443.

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

Color convert

RGB 235 167 221 -
CMYK 0 0.29 0.06 0.08
HSL 312.35º 0.63% 0.79% -
HSV(B) 312.35º 0.29% 0.92% -
XYZ 61.13 50.52 74.94 -
YUV 193.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 235 167 221 0 0.29 0.06 0.08 312.35 0.63 0.79
Hex EB A7 DD 0 1D 6 8 138 3F 4F
Octal 353 247 335 0 35 6 10 470 77 117
Binary 11101011 10100111 11011101 0 11101 110 1000 100111000 111111 1001111

Color Harmonies of #EBA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA7DD

Black with #EBA7DD

Text Example


Text Example

White with #EBA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA7DD; }

 p { color: rgb(235,167,221); }

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

background-color css

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

 a { background-color: rgb(235,167,221); }

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

border-color css

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

 span { border-color: rgb(235,167,221); }

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