Html Css Color HEX #E8B4B5 Blossom

📋 copy color: '#E8B4B5'

red 232 ◦ green 180 ◦ blue 181

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

Shades of Blossom #E8B4B5

Tints of Blossom #E8B4B5

RGB

 RED value IS 232 (91.02% from 255) = 39.12%

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

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

R = 39.12%
G = 30.35%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E8B4B5 (or 0xE8B4B5) is known color: Blossom. HEX triplet: E8, B4 and B5. RGB value is (232,180,181). Sum of RGB (Red+Green+Blue) = 232+180+181=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4B5 is #174B4A. Grayscale: #C3C3C3. Windows color (decimal): -1526603 or 11908328. OLE color: 11908328.

HSL color Cylindrical-coordinate representation of color #E8B4B5: hue angle of 358.85º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B4B5 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 180 181 -
CMYK 0 0.22 0.22 0.09
HSL 358.85º 0.53% 0.81% -
HSV(B) 358.85º 0.22% 0.91% -
XYZ 57.94 53.13 50.92 -
YUV 195.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 232 180 181 0 0.22 0.22 0.09 358.85 0.53 0.81
Hex E8 B4 B5 0 16 16 9 167 35 51
Octal 350 264 265 0 26 26 11 547 65 121
Binary 11101000 10110100 10110101 0 10110 10110 1001 101100111 110101 1010001

Color Harmonies of #E8B4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B4B5

Black with #E8B4B5

Text Example


Text Example

White with #E8B4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B4B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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