Html Css Color HEX #EAAEB2 Blossom

📋 copy color: '#EAAEB2'

red 234 ◦ green 174 ◦ blue 178

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

Shades of Blossom #EAAEB2

Tints of Blossom #EAAEB2

RGB

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

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

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

R = 39.93%
G = 29.69%
B = 30.38%

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

#EAAEB2 (or 0xEAAEB2) is known color: Blossom. HEX triplet: EA, AE and B2. RGB value is (234,174,178). Sum of RGB (Red+Green+Blue) = 234+174+178=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAEB2 is #15514D. Grayscale: #C0C0C0. Windows color (decimal): -1397070 or 11710186. OLE color: 11710186.

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

Color convert

RGB 234 174 178 -
CMYK 0 0.26 0.24 0.08
HSL 356º 0.59% 0.8% -
HSV(B) 356º 0.26% 0.92% -
XYZ 57.1 50.98 48.95 -
YUV 192.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 234 174 178 0 0.26 0.24 0.08 356 0.59 0.8
Hex EA AE B2 0 1A 18 8 164 3B 50
Octal 352 256 262 0 32 30 10 544 73 120
Binary 11101010 10101110 10110010 0 11010 11000 1000 101100100 111011 1010000

Color Harmonies of #EAAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEB2

Black with #EAAEB2

Text Example


Text Example

White with #EAAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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