#E7AFCB

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

Shades of Lavender Pink #E7AFCB

Tints of Lavender Pink #E7AFCB

Color information

#E7AFCB (or 0xE7AFCB) is unknown color: approx Lavender Pink. HEX triplet: E7, AF and CB. RGB value is (231,175,203). Sum of RGB (Red+Green+Blue) = 231+175+203=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFCB is #185034. Grayscale: #C2C2C2. Windows color (decimal): -1593397 or 13348839. OLE color: 13348839.

HSL color Cylindrical-coordinate representation of color #E7AFCB: hue angle of 330º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7AFCB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB231175203-
CMYK00.240.120.09
HSL330º53.85%79.61%-
HSV(B)330º24.24%90.59%-
XYZ59.0651.9663.42-
YUV194.94132.55153.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 203 (79.69% from 255) = 33.33%
R=37.93%
G=28.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117520300.240.120.0933053.8579.61
HexE7AFCB018C914a3650
Octal347257313030141151266120
Binary111001111010111111001011011000110010011010010101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFCB; }

 p { color: rgb(231,175,203); }

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

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

 a { background-color: rgb(231,175,203); }

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

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

 span { border-color: rgb(231,175,203); }

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