Html Css Color HEX #EAAEB6 Blossom

📋 copy color: '#EAAEB6'

red 234 ◦ green 174 ◦ blue 182

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

Shades of Blossom #EAAEB6

Tints of Blossom #EAAEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.85%

R = 39.66%
G = 29.49%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#EAAEB6 (or 0xEAAEB6) is known color: Blossom. HEX triplet: EA, AE and B6. RGB value is (234,174,182). Sum of RGB (Red+Green+Blue) = 234+174+182=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEB6 is #155149. Grayscale: #C0C0C0. Windows color (decimal): -1397066 or 11972330. OLE color: 11972330.

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

Color convert

RGB 234 174 182 -
CMYK 0 0.26 0.22 0.08
HSL 352º 0.59% 0.8% -
HSV(B) 352º 0.26% 0.92% -
XYZ 57.51 51.14 51.1 -
YUV 192.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 234 174 182 0 0.26 0.22 0.08 352 0.59 0.8
Hex EA AE B6 0 1A 16 8 160 3B 50
Octal 352 256 266 0 32 26 10 540 73 120
Binary 11101010 10101110 10110110 0 11010 10110 1000 101100000 111011 1010000

Color Harmonies of #EAAEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEB6

Black with #EAAEB6

Text Example


Text Example

White with #EAAEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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