Html Css Color HEX #EAACB3 Blossom

📋 copy color: '#EAACB3'

red 234 ◦ green 172 ◦ blue 179

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

Shades of Blossom #EAACB3

Tints of Blossom #EAACB3

RGB

 RED value IS 234 (91.8% from 255) = 40%

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

 BLUE value IS 179 (70.31% from 255) = 30.6%

R = 40%
G = 29.4%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.08

RGB Variations

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

Color information

#EAACB3 (or 0xEAACB3) is known color: Blossom. HEX triplet: EA, AC and B3. RGB value is (234,172,179). Sum of RGB (Red+Green+Blue) = 234+172+179=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACB3 is #15534C. Grayscale: #BFBFBF. Windows color (decimal): -1397581 or 11775210. OLE color: 11775210.

HSL color Cylindrical-coordinate representation of color #EAACB3: hue angle of 353.23º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACB3 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 172 179 -
CMYK 0 0.26 0.24 0.08
HSL 353.23º 0.6% 0.8% -
HSV(B) 353.23º 0.26% 0.92% -
XYZ 56.82 50.25 49.35 -
YUV 191.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 234 172 179 0 0.26 0.24 0.08 353.23 0.6 0.8
Hex EA AC B3 0 1A 18 8 161 3C 50
Octal 352 254 263 0 32 30 10 541 74 120
Binary 11101010 10101100 10110011 0 11010 11000 1000 101100001 111100 1010000

Color Harmonies of #EAACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAACB3

Black with #EAACB3

Text Example


Text Example

White with #EAACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAACB3; }

 p { color: rgb(234,172,179); }

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

background-color css

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

 a { background-color: rgb(234,172,179); }

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

border-color css

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

 span { border-color: rgb(234,172,179); }

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