Html Css Color HEX #E8958A Sweet Pink

📋 copy color: '#E8958A'

red 232 ◦ green 149 ◦ blue 138

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

Shades of Sweet Pink #E8958A

Tints of Sweet Pink #E8958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.59%

R = 44.7%
G = 28.71%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8958A (or 0xE8958A) is known color: Sweet Pink. HEX triplet: E8, 95 and 8A. RGB value is (232,149,138). Sum of RGB (Red+Green+Blue) = 232+149+138=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E8958A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8958A is #176A75. Grayscale: #ACACAC. Windows color (decimal): -1534582 or 9082344. OLE color: 9082344.

HSL color Cylindrical-coordinate representation of color #E8958A: hue angle of 7.02º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8958A is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 149 138 -
CMYK 0 0.36 0.41 0.09
HSL 7.02º 0.67% 0.73% -
HSV(B) 7.02º 0.41% 0.91% -
XYZ 48.61 40.49 29.3 -
YUV 172.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 232 149 138 0 0.36 0.41 0.09 7.02 0.67 0.73
Hex E8 95 8A 0 24 29 9 7 43 49
Octal 350 225 212 0 44 51 11 7 103 111
Binary 11101000 10010101 10001010 0 100100 101001 1001 111 1000011 1001001

Color Harmonies of #E8958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8958A

Black with #E8958A

Text Example


Text Example

White with #E8958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8958A; }

 p { color: rgb(232,149,138); }

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

background-color css

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

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

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

border-color css

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

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

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