Html Css Color HEX #E8948E Sweet Pink

📋 copy color: '#E8948E'

red 232 ◦ green 148 ◦ blue 142

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

Shades of Sweet Pink #E8948E

Tints of Sweet Pink #E8948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.35%

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

R = 44.44%
G = 28.35%
B = 27.2%

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

#E8948E (or 0xE8948E) is known color: Sweet Pink. HEX triplet: E8, 94 and 8E. RGB value is (232,148,142). Sum of RGB (Red+Green+Blue) = 232+148+142=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8948E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8948E is #176B71. Grayscale: #ACACAC. Windows color (decimal): -1534834 or 9344232. OLE color: 9344232.

HSL color Cylindrical-coordinate representation of color #E8948E: hue angle of 4º 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 #E8948E is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 148 142 -
CMYK 0 0.36 0.39 0.09
HSL 0.66% 0.73% -
HSV(B) 0.39% 0.91% -
XYZ 48.75 40.29 30.8 -
YUV 172.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 232 148 142 0 0.36 0.39 0.09 4 0.66 0.73
Hex E8 94 8E 0 24 27 9 4 42 49
Octal 350 224 216 0 44 47 11 4 102 111
Binary 11101000 10010100 10001110 0 100100 100111 1001 100 1000010 1001001

Color Harmonies of #E8948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8948E

Black with #E8948E

Text Example


Text Example

White with #E8948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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