#EAB4CF

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

Shades of Lavender Pink #EAB4CF

Tints of Lavender Pink #EAB4CF

Color information

#EAB4CF (or 0xEAB4CF) is unknown color: approx Lavender Pink. HEX triplet: EA, B4 and CF. RGB value is (234,180,207). Sum of RGB (Red+Green+Blue) = 234+180+207=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4CF is #154B30. Grayscale: #C7C7C7. Windows color (decimal): -1395505 or 13612266. OLE color: 13612266.

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

Color convert

RGB234180207-
CMYK00.230.120.08
HSL330º56.25%81.18%-
HSV(B)330º23.08%91.76%-
XYZ61.5254.6466.34-
YUV199.22132.39152.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 180 (70.70% from 255) = 28.99%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=37.68%
G=28.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418020700.230.120.0833056.2581.18
HexEAB4CF017C814a3851
Octal352264317027141051270121
Binary111010101011010011001111010111110010001010010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4CF; }

 p { color: rgb(234,180,207); }

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

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

 a { background-color: rgb(234,180,207); }

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

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

 span { border-color: rgb(234,180,207); }

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