Html Css Color HEX #EBA4CE Lavender Pink

📋 copy color: '#EBA4CE'

red 235 ◦ green 164 ◦ blue 206

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

Shades of Lavender Pink #EBA4CE

Tints of Lavender Pink #EBA4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.11%

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

R = 38.84%
G = 27.11%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBA4CE (or 0xEBA4CE) is known color: Lavender Pink. HEX triplet: EB, A4 and CE. RGB value is (235,164,206). Sum of RGB (Red+Green+Blue) = 235+164+206=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA4CE is #145B31. Grayscale: #BDBDBD. Windows color (decimal): -1334066 or 13542635. OLE color: 13542635.

HSL color Cylindrical-coordinate representation of color #EBA4CE: hue angle of 324.51º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA4CE is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 206 -
CMYK 0 0.30 0.12 0.08
HSL 324.51º 0.64% 0.78% -
HSV(B) 324.51º 0.3% 0.92% -
XYZ 58.68 48.67 64.69 -
YUV 190.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 235 164 206 0 0.30 0.12 0.08 324.51 0.64 0.78
Hex EB A4 CE 0 1E C 8 145 40 4E
Octal 353 244 316 0 36 14 10 505 100 116
Binary 11101011 10100100 11001110 0 11110 1100 1000 101000101 1000000 1001110

Color Harmonies of #EBA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA4CE

Black with #EBA4CE

Text Example


Text Example

White with #EBA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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