Html Css Color HEX #E8968A Sweet Pink

📋 copy color: '#E8968A'

red 232 ◦ green 150 ◦ blue 138

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

Shades of Sweet Pink #E8968A

Tints of Sweet Pink #E8968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

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

R = 44.62%
G = 28.85%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8968A (or 0xE8968A) is known color: Sweet Pink. HEX triplet: E8, 96 and 8A. RGB value is (232,150,138). Sum of RGB (Red+Green+Blue) = 232+150+138=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8968A is #176975. Grayscale: #ADADAD. Windows color (decimal): -1534326 or 9082600. OLE color: 9082600.

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

Color convert

RGB 232 150 138 -
CMYK 0 0.35 0.41 0.09
HSL 7.66º 0.67% 0.73% -
HSV(B) 7.66º 0.41% 0.91% -
XYZ 48.77 40.8 29.35 -
YUV 173.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 232 150 138 0 0.35 0.41 0.09 7.66 0.67 0.73
Hex E8 96 8A 0 23 29 9 8 43 49
Octal 350 226 212 0 43 51 11 10 103 111
Binary 11101000 10010110 10001010 0 100011 101001 1001 1000 1000011 1001001

Color Harmonies of #E8968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8968A

Black with #E8968A

Text Example


Text Example

White with #E8968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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