Html Css Color HEX #EBA8CE Lavender Pink

📋 copy color: '#EBA8CE'

red 235 ◦ green 168 ◦ blue 206

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

Shades of Lavender Pink #EBA8CE

Tints of Lavender Pink #EBA8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.83%

R = 38.59%
G = 27.59%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBA8CE (or 0xEBA8CE) is known color: Lavender Pink. HEX triplet: EB, A8 and CE. RGB value is (235,168,206). Sum of RGB (Red+Green+Blue) = 235+168+206=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8CE is #145731. Grayscale: #C0C0C0. Windows color (decimal): -1333042 or 13543659. OLE color: 13543659.

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

Color convert

RGB 235 168 206 -
CMYK 0 0.29 0.12 0.08
HSL 325.97º 0.63% 0.79% -
HSV(B) 325.97º 0.29% 0.92% -
XYZ 59.4 50.12 64.94 -
YUV 192.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 235 168 206 0 0.29 0.12 0.08 325.97 0.63 0.79
Hex EB A8 CE 0 1D C 8 146 3F 4F
Octal 353 250 316 0 35 14 10 506 77 117
Binary 11101011 10101000 11001110 0 11101 1100 1000 101000110 111111 1001111

Color Harmonies of #EBA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA8CE

Black with #EBA8CE

Text Example


Text Example

White with #EBA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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