Html Css Color HEX #EAB4B5 Blossom

📋 copy color: '#EAB4B5'

red 234 ◦ green 180 ◦ blue 181

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

Shades of Blossom #EAB4B5

Tints of Blossom #EAB4B5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.25%

 BLUE value IS 181 (71.09% from 255) = 30.42%

R = 39.33%
G = 30.25%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EAB4B5 (or 0xEAB4B5) is known color: Blossom. HEX triplet: EA, B4 and B5. RGB value is (234,180,181). Sum of RGB (Red+Green+Blue) = 234+180+181=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4B5 is #154B4A. Grayscale: #C4C4C4. Windows color (decimal): -1395531 or 11908330. OLE color: 11908330.

HSL color Cylindrical-coordinate representation of color #EAB4B5: hue angle of 358.89º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB4B5 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 181 -
CMYK 0 0.23 0.23 0.08
HSL 358.89º 0.56% 0.81% -
HSV(B) 358.89º 0.23% 0.92% -
XYZ 58.59 53.47 50.95 -
YUV 196.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 234 180 181 0 0.23 0.23 0.08 358.89 0.56 0.81
Hex EA B4 B5 0 17 17 8 167 38 51
Octal 352 264 265 0 27 27 10 547 70 121
Binary 11101010 10110100 10110101 0 10111 10111 1000 101100111 111000 1010001

Color Harmonies of #EAB4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4B5

Black with #EAB4B5

Text Example


Text Example

White with #EAB4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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