Html Css Color HEX #E1ACB2 Blossom

📋 copy color: '#E1ACB2'

red 225 ◦ green 172 ◦ blue 178

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

Shades of Blossom #E1ACB2

Tints of Blossom #E1ACB2

RGB

 RED value IS 225 (88.28% from 255) = 39.13%

 GREEN value IS 172 (67.58% from 255) = 29.91%

 BLUE value IS 178 (69.92% from 255) = 30.96%

R = 39.13%
G = 29.91%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E1ACB2 (or 0xE1ACB2) is known color: Blossom. HEX triplet: E1, AC and B2. RGB value is (225,172,178). Sum of RGB (Red+Green+Blue) = 225+172+178=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ACB2 is #1E534D. Grayscale: #BCBCBC. Windows color (decimal): -1987406 or 11709665. OLE color: 11709665.

HSL color Cylindrical-coordinate representation of color #E1ACB2: hue angle of 353.21º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACB2 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 172 178 -
CMYK 0 0.24 0.21 0.12
HSL 353.21º 0.47% 0.78% -
HSV(B) 353.21º 0.24% 0.88% -
XYZ 53.84 48.73 48.69 -
YUV 188.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 225 172 178 0 0.24 0.21 0.12 353.21 0.47 0.78
Hex E1 AC B2 0 18 15 C 161 2F 4E
Octal 341 254 262 0 30 25 14 541 57 116
Binary 11100001 10101100 10110010 0 11000 10101 1100 101100001 101111 1001110

Color Harmonies of #E1ACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1ACB2

Black with #E1ACB2

Text Example


Text Example

White with #E1ACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1ACB2; }

 p { color: rgb(225,172,178); }

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

background-color css

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

 a { background-color: rgb(225,172,178); }

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

border-color css

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

 span { border-color: rgb(225,172,178); }

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