#E6AFBA

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

Shades of Blossom #E6AFBA

Tints of Blossom #E6AFBA

Color information

#E6AFBA (or 0xE6AFBA) is unknown color: approx Blossom. HEX triplet: E6, AF and BA. RGB value is (230,175,186). Sum of RGB (Red+Green+Blue) = 230+175+186=591 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.92% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFBA is #195045. Grayscale: #C0C0C0. Windows color (decimal): -1658950 or 12234726. OLE color: 12234726.

HSL color Cylindrical-coordinate representation of color #E6AFBA: hue angle of 348º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFBA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230175186-
CMYK00.240.190.10
HSL348º52.38%79.41%-
HSV(B)348º23.91%90.2%-
XYZ56.8351.0353.31-
YUV192.7124.22154.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.92%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=38.92%
G=29.61%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017518600.240.190.1034852.3879.41
HexE6AFBA01813A15c344f
Octal346257272030231253464117
Binary1110011010101111101110100110001001110101010111001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AFBA; }

 p { color: rgb(230,175,186); }

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

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

 a { background-color: rgb(230,175,186); }

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

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

 span { border-color: rgb(230,175,186); }

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