Html Css Color HEX #EABABB Blossom

📋 copy color: '#EABABB'

red 234 ◦ green 186 ◦ blue 187

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

Shades of Blossom #EABABB

Tints of Blossom #EABABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.64%

 BLUE value IS 187 (73.44% from 255) = 30.81%

R = 38.55%
G = 30.64%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EABABB (or 0xEABABB) is known color: Blossom. HEX triplet: EA, BA and BB. RGB value is (234,186,187). Sum of RGB (Red+Green+Blue) = 234+186+187=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EABABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABABB is #154544. Grayscale: #C8C8C8. Windows color (decimal): -1393989 or 12303082. OLE color: 12303082.

HSL color Cylindrical-coordinate representation of color #EABABB: hue angle of 358.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABABB is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 187 -
CMYK 0 0.21 0.20 0.08
HSL 358.75º 0.53% 0.82% -
HSV(B) 358.75º 0.21% 0.92% -
XYZ 60.46 56.2 54.67 -
YUV 200.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 234 186 187 0 0.21 0.20 0.08 358.75 0.53 0.82
Hex EA BA BB 0 15 14 8 167 35 52
Octal 352 272 273 0 25 24 10 547 65 122
Binary 11101010 10111010 10111011 0 10101 10100 1000 101100111 110101 1010010

Color Harmonies of #EABABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABABB

Black with #EABABB

Text Example


Text Example

White with #EABABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABABB; }

 p { color: rgb(234,186,187); }

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

background-color css

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

 a { background-color: rgb(234,186,187); }

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

border-color css

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

 span { border-color: rgb(234,186,187); }

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