Html Css Color HEX #EBB4B9 Blossom

📋 copy color: '#EBB4B9'

red 235 ◦ green 180 ◦ blue 185

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

Shades of Blossom #EBB4B9

Tints of Blossom #EBB4B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.83%

R = 39.17%
G = 30%
B = 30.83%

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

#EBB4B9 (or 0xEBB4B9) is known color: Blossom. HEX triplet: EB, B4 and B9. RGB value is (235,180,185). Sum of RGB (Red+Green+Blue) = 235+180+185=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB4B9 is #144B46. Grayscale: #C5C5C5. Windows color (decimal): -1329991 or 12170475. OLE color: 12170475.

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

Color convert

RGB 235 180 185 -
CMYK 0 0.23 0.21 0.08
HSL 354.55º 0.58% 0.81% -
HSV(B) 354.55º 0.23% 0.92% -
XYZ 59.34 53.81 53.16 -
YUV 197.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 235 180 185 0 0.23 0.21 0.08 354.55 0.58 0.81
Hex EB B4 B9 0 17 15 8 163 3A 51
Octal 353 264 271 0 27 25 10 543 72 121
Binary 11101011 10110100 10111001 0 10111 10101 1000 101100011 111010 1010001

Color Harmonies of #EBB4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB4B9

Black with #EBB4B9

Text Example


Text Example

White with #EBB4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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