Html Css Color HEX #EBA8D6 Lavender Rose

📋 copy color: '#EBA8D6'

red 235 ◦ green 168 ◦ blue 214

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

Shades of Lavender Rose #EBA8D6

Tints of Lavender Rose #EBA8D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 38.09%
G = 27.23%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBA8D6 (or 0xEBA8D6) is known color: Lavender Rose. HEX triplet: EB, A8 and D6. RGB value is (235,168,214). Sum of RGB (Red+Green+Blue) = 235+168+214=617 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.09% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8D6 is #145729. Grayscale: #C1C1C1. Windows color (decimal): -1333034 or 14067947. OLE color: 14067947.

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

Color convert

RGB 235 168 214 -
CMYK 0 0.29 0.09 0.08
HSL 318.81º 0.63% 0.79% -
HSV(B) 318.81º 0.29% 0.92% -
XYZ 60.4 50.52 70.19 -
YUV 193.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 235 168 214 0 0.29 0.09 0.08 318.81 0.63 0.79
Hex EB A8 D6 0 1D 9 8 13F 3F 4F
Octal 353 250 326 0 35 11 10 477 77 117
Binary 11101011 10101000 11010110 0 11101 1001 1000 100111111 111111 1001111

Color Harmonies of #EBA8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8D6

Black with #EBA8D6

Text Example


Text Example

White with #EBA8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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