Html Css Color HEX #EAAEB3 Blossom

📋 copy color: '#EAAEB3'

red 234 ◦ green 174 ◦ blue 179

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

Shades of Blossom #EAAEB3

Tints of Blossom #EAAEB3

RGB

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

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

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

R = 39.86%
G = 29.64%
B = 30.49%

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

#EAAEB3 (or 0xEAAEB3) is known color: Blossom. HEX triplet: EA, AE and B3. RGB value is (234,174,179). Sum of RGB (Red+Green+Blue) = 234+174+179=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEB3 is #15514C. Grayscale: #C0C0C0. Windows color (decimal): -1397069 or 11775722. OLE color: 11775722.

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

Color convert

RGB 234 174 179 -
CMYK 0 0.26 0.24 0.08
HSL 355º 0.59% 0.8% -
HSV(B) 355º 0.26% 0.92% -
XYZ 57.2 51.02 49.48 -
YUV 192.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 234 174 179 0 0.26 0.24 0.08 355 0.59 0.8
Hex EA AE B3 0 1A 18 8 163 3B 50
Octal 352 256 263 0 32 30 10 543 73 120
Binary 11101010 10101110 10110011 0 11010 11000 1000 101100011 111011 1010000

Color Harmonies of #EAAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEB3

Black with #EAAEB3

Text Example


Text Example

White with #EAAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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