Html Css Color HEX #EBA5CD Lavender Pink

📋 copy color: '#EBA5CD'

red 235 ◦ green 165 ◦ blue 205

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

Shades of Lavender Pink #EBA5CD

Tints of Lavender Pink #EBA5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.27%

 BLUE value IS 205 (80.47% from 255) = 33.88%

R = 38.84%
G = 27.27%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBA5CD (or 0xEBA5CD) is known color: Lavender Pink. HEX triplet: EB, A5 and CD. RGB value is (235,165,205). Sum of RGB (Red+Green+Blue) = 235+165+205=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5CD is #145A32. Grayscale: #BEBEBE. Windows color (decimal): -1333811 or 13477355. OLE color: 13477355.

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

Color convert

RGB 235 165 205 -
CMYK 0 0.30 0.13 0.08
HSL 325.71º 0.64% 0.78% -
HSV(B) 325.71º 0.3% 0.92% -
XYZ 58.74 48.98 64.12 -
YUV 190.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 235 165 205 0 0.30 0.13 0.08 325.71 0.64 0.78
Hex EB A5 CD 0 1E D 8 146 40 4E
Octal 353 245 315 0 36 15 10 506 100 116
Binary 11101011 10100101 11001101 0 11110 1101 1000 101000110 1000000 1001110

Color Harmonies of #EBA5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5CD

Black with #EBA5CD

Text Example


Text Example

White with #EBA5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5CD; }

 p { color: rgb(235,165,205); }

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

background-color css

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

 a { background-color: rgb(235,165,205); }

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

border-color css

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

 span { border-color: rgb(235,165,205); }

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