Html Css Color HEX #E6A7B1 Blossom

📋 copy color: '#E6A7B1'

red 230 ◦ green 167 ◦ blue 177

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

Shades of Blossom #E6A7B1

Tints of Blossom #E6A7B1

RGB

 RED value IS 230 (90.23% from 255) = 40.07%

 GREEN value IS 167 (65.63% from 255) = 29.09%

 BLUE value IS 177 (69.53% from 255) = 30.84%

R = 40.07%
G = 29.09%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E6A7B1 (or 0xE6A7B1) is known color: Blossom. HEX triplet: E6, A7 and B1. RGB value is (230,167,177). Sum of RGB (Red+Green+Blue) = 230+167+177=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 177 (69.53% from 255 or 30.84% from 574); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A7B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A7B1 is #19584E. Grayscale: #BBBBBB. Windows color (decimal): -1661007 or 11642854. OLE color: 11642854.

HSL color Cylindrical-coordinate representation of color #E6A7B1: hue angle of 350.48º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6A7B1 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 167 177 -
CMYK 0 0.27 0.23 0.10
HSL 350.48º 0.56% 0.78% -
HSV(B) 350.48º 0.27% 0.9% -
XYZ 54.39 47.63 47.92 -
YUV 186.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 230 167 177 0 0.27 0.23 0.10 350.48 0.56 0.78
Hex E6 A7 B1 0 1B 17 A 15E 38 4E
Octal 346 247 261 0 33 27 12 536 70 116
Binary 11100110 10100111 10110001 0 11011 10111 1010 101011110 111000 1001110

Color Harmonies of #E6A7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A7B1

Black with #E6A7B1

Text Example


Text Example

White with #E6A7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A7B1; }

 p { color: rgb(230,167,177); }

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

background-color css

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

 a { background-color: rgb(230,167,177); }

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

border-color css

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

 span { border-color: rgb(230,167,177); }

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