Html Css Color HEX #E49595 Sweet Pink

📋 copy color: '#E49595'

red 228 ◦ green 149 ◦ blue 149

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

Shades of Sweet Pink #E49595

Tints of Sweet Pink #E49595

RGB

 RED value IS 228 (89.45% from 255) = 43.35%

 GREEN value IS 149 (58.59% from 255) = 28.33%

 BLUE value IS 149 (58.59% from 255) = 28.33%

R = 43.35%
G = 28.33%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E49595 (or 0xE49595) is known color: Sweet Pink. HEX triplet: E4, 95 and 95. RGB value is (228,149,149). Sum of RGB (Red+Green+Blue) = 228+149+149=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E49595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49595 is #1B6A6A. Grayscale: #ACACAC. Windows color (decimal): -1796715 or 9803236. OLE color: 9803236.

HSL color Cylindrical-coordinate representation of color #E49595: hue angle of 0º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E49595 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 149 149 -
CMYK 0 0.35 0.35 0.11
HSL 0.59% 0.74% -
HSV(B) 0.35% 0.89% -
XYZ 48.17 40.16 33.65 -
YUV 172.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 228 149 149 0 0.35 0.35 0.11 0 0.59 0.74
Hex E4 95 95 0 23 23 B 0 3B 4A
Octal 344 225 225 0 43 43 13 0 73 112
Binary 11100100 10010101 10010101 0 100011 100011 1011 0 111011 1001010

Color Harmonies of #E49595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49595

Black with #E49595

Text Example


Text Example

White with #E49595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49595; }

 p { color: rgb(228,149,149); }

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

background-color css

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

 a { background-color: rgb(228,149,149); }

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

border-color css

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

 span { border-color: rgb(228,149,149); }

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