Html Css Color HEX #E8958E Sweet Pink

📋 copy color: '#E8958E'

red 232 ◦ green 149 ◦ blue 142

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

Shades of Sweet Pink #E8958E

Tints of Sweet Pink #E8958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.15%

R = 44.36%
G = 28.49%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8958E (or 0xE8958E) is known color: Sweet Pink. HEX triplet: E8, 95 and 8E. RGB value is (232,149,142). Sum of RGB (Red+Green+Blue) = 232+149+142=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8958E is #176A71. Grayscale: #ADADAD. Windows color (decimal): -1534578 or 9344488. OLE color: 9344488.

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

Color convert

RGB 232 149 142 -
CMYK 0 0.36 0.39 0.09
HSL 4.67º 0.66% 0.73% -
HSV(B) 4.67º 0.39% 0.91% -
XYZ 48.91 40.6 30.85 -
YUV 173.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 232 149 142 0 0.36 0.39 0.09 4.67 0.66 0.73
Hex E8 95 8E 0 24 27 9 5 42 49
Octal 350 225 216 0 44 47 11 5 102 111
Binary 11101000 10010101 10001110 0 100100 100111 1001 101 1000010 1001001

Color Harmonies of #E8958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8958E

Black with #E8958E

Text Example


Text Example

White with #E8958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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