Html Css Color HEX #EBB4BA Blossom

📋 copy color: '#EBB4BA'

red 235 ◦ green 180 ◦ blue 186

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

Shades of Blossom #EBB4BA

Tints of Blossom #EBB4BA

RGB

 RED value IS 235 (92.19% from 255) = 39.1%

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

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 39.1%
G = 29.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBB4BA (or 0xEBB4BA) is known color: Blossom. HEX triplet: EB, B4 and BA. RGB value is (235,180,186). Sum of RGB (Red+Green+Blue) = 235+180+186=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4BA is #144B45. Grayscale: #C5C5C5. Windows color (decimal): -1329990 or 12236011. OLE color: 12236011.

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

Color convert

RGB 235 180 186 -
CMYK 0 0.23 0.21 0.08
HSL 353.45º 0.58% 0.81% -
HSV(B) 353.45º 0.23% 0.92% -
XYZ 59.45 53.85 53.72 -
YUV 197.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 235 180 186 0 0.23 0.21 0.08 353.45 0.58 0.81
Hex EB B4 BA 0 17 15 8 161 3A 51
Octal 353 264 272 0 27 25 10 541 72 121
Binary 11101011 10110100 10111010 0 10111 10101 1000 101100001 111010 1010001

Color Harmonies of #EBB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4BA

Black with #EBB4BA

Text Example


Text Example

White with #EBB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4BA; }

 p { color: rgb(235,180,186); }

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

background-color css

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

 a { background-color: rgb(235,180,186); }

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

border-color css

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

 span { border-color: rgb(235,180,186); }

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