#EBB1CF

Color #EBB1CF Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EBB1CF

Tints of Lavender Pink #EBB1CF

Color information

#EBB1CF (or 0xEBB1CF) is unknown color: approx Lavender Pink. HEX triplet: EB, B1 and CF. RGB value is (235,177,207). Sum of RGB (Red+Green+Blue) = 235+177+207=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1CF is #144E30. Grayscale: #C5C5C5. Windows color (decimal): -1330737 or 13611499. OLE color: 13611499.

HSL color Cylindrical-coordinate representation of color #EBB1CF: hue angle of 328.97º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB1CF is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235177207-
CMYK00.250.120.08
HSL328.97º59.18%80.78%-
HSV(B)328.97º24.68%92.16%-
XYZ61.2553.6166.15-
YUV197.76133.22154.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=37.96%
G=28.59%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517720700.250.120.08328.9759.1880.78
HexEBB1CF019C81493b51
Octal353261317031141051173121
Binary111010111011000111001111011001110010001010010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1CF; }

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

 H1.HeaderClassName
 {
   color: #EBB1CF;
 }
 .AnyTagClassName
 {
   color: #EBB1CF;
 }
</style>
background-color css

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

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

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

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

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

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