Html Css Color HEX #EAAEB4 Blossom

📋 copy color: '#EAAEB4'

red 234 ◦ green 174 ◦ blue 180

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

Shades of Blossom #EAAEB4

Tints of Blossom #EAAEB4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.59%

 BLUE value IS 180 (70.7% from 255) = 30.61%

R = 39.8%
G = 29.59%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EAAEB4 (or 0xEAAEB4) is known color: Blossom. HEX triplet: EA, AE and B4. RGB value is (234,174,180). Sum of RGB (Red+Green+Blue) = 234+174+180=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEB4 is #15514B. Grayscale: #C0C0C0. Windows color (decimal): -1397068 or 11841258. OLE color: 11841258.

HSL color Cylindrical-coordinate representation of color #EAAEB4: hue angle of 354º degrees, saturation: 0.59, 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 #EAAEB4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 174 180 -
CMYK 0 0.26 0.23 0.08
HSL 354º 0.59% 0.8% -
HSV(B) 354º 0.26% 0.92% -
XYZ 57.31 51.06 50.02 -
YUV 192.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 234 174 180 0 0.26 0.23 0.08 354 0.59 0.8
Hex EA AE B4 0 1A 17 8 162 3B 50
Octal 352 256 264 0 32 27 10 542 73 120
Binary 11101010 10101110 10110100 0 11010 10111 1000 101100010 111011 1010000

Color Harmonies of #EAAEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEB4

Black with #EAAEB4

Text Example


Text Example

White with #EAAEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEB4; }

 p { color: rgb(234,174,180); }

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

background-color css

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

 a { background-color: rgb(234,174,180); }

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

border-color css

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

 span { border-color: rgb(234,174,180); }

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