Html Css Color HEX #EBA5CF Lavender Pink

📋 copy color: '#EBA5CF'

red 235 ◦ green 165 ◦ blue 207

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

Shades of Lavender Pink #EBA5CF

Tints of Lavender Pink #EBA5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.1%

R = 38.71%
G = 27.18%
B = 34.1%

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

#EBA5CF (or 0xEBA5CF) is known color: Lavender Pink. HEX triplet: EB, A5 and CF. RGB value is (235,165,207). Sum of RGB (Red+Green+Blue) = 235+165+207=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA5CF is #145A30. Grayscale: #BEBEBE. Windows color (decimal): -1333809 or 13608427. OLE color: 13608427.

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

Color convert

RGB 235 165 207 -
CMYK 0 0.30 0.12 0.08
HSL 324º 0.64% 0.78% -
HSV(B) 324º 0.3% 0.92% -
XYZ 58.98 49.08 65.4 -
YUV 190.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 235 165 207 0 0.30 0.12 0.08 324 0.64 0.78
Hex EB A5 CF 0 1E C 8 144 40 4E
Octal 353 245 317 0 36 14 10 504 100 116
Binary 11101011 10100101 11001111 0 11110 1100 1000 101000100 1000000 1001110

Color Harmonies of #EBA5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA5CF

Black with #EBA5CF

Text Example


Text Example

White with #EBA5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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