Html Css Color HEX #EBA8DE Lavender Rose

📋 copy color: '#EBA8DE'

red 235 ◦ green 168 ◦ blue 222

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

Shades of Lavender Rose #EBA8DE

Tints of Lavender Rose #EBA8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.88%

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 37.6%
G = 26.88%
B = 35.52%

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

#EBA8DE (or 0xEBA8DE) is known color: Lavender Rose. HEX triplet: EB, A8 and DE. RGB value is (235,168,222). Sum of RGB (Red+Green+Blue) = 235+168+222=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8DE is #145721. Grayscale: #C2C2C2. Windows color (decimal): -1333026 or 14592235. OLE color: 14592235.

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

Color convert

RGB 235 168 222 -
CMYK 0 0.29 0.06 0.08
HSL 311.64º 0.63% 0.79% -
HSV(B) 311.64º 0.29% 0.92% -
XYZ 61.45 50.94 75.7 -
YUV 194.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 235 168 222 0 0.29 0.06 0.08 311.64 0.63 0.79
Hex EB A8 DE 0 1D 6 8 138 3F 4F
Octal 353 250 336 0 35 6 10 470 77 117
Binary 11101011 10101000 11011110 0 11101 110 1000 100111000 111111 1001111

Color Harmonies of #EBA8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8DE

Black with #EBA8DE

Text Example


Text Example

White with #EBA8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8DE; }

 p { color: rgb(235,168,222); }

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

background-color css

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

 a { background-color: rgb(235,168,222); }

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

border-color css

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

 span { border-color: rgb(235,168,222); }

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