Html Css Color HEX #EAB4BC Blossom

📋 copy color: '#EAB4BC'

red 234 ◦ green 180 ◦ blue 188

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

Shades of Blossom #EAB4BC

Tints of Blossom #EAB4BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.23%

R = 38.87%
G = 29.9%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EAB4BC (or 0xEAB4BC) is known color: Blossom. HEX triplet: EA, B4 and BC. RGB value is (234,180,188). Sum of RGB (Red+Green+Blue) = 234+180+188=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4BC is #154B43. Grayscale: #C5C5C5. Windows color (decimal): -1395524 or 12367082. OLE color: 12367082.

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

Color convert

RGB 234 180 188 -
CMYK 0 0.23 0.20 0.08
HSL 351.11º 0.56% 0.81% -
HSV(B) 351.11º 0.23% 0.92% -
XYZ 59.33 53.77 54.83 -
YUV 197.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 234 180 188 0 0.23 0.20 0.08 351.11 0.56 0.81
Hex EA B4 BC 0 17 14 8 15F 38 51
Octal 352 264 274 0 27 24 10 537 70 121
Binary 11101010 10110100 10111100 0 10111 10100 1000 101011111 111000 1010001

Color Harmonies of #EAB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4BC

Black with #EAB4BC

Text Example


Text Example

White with #EAB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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