Html Css Color HEX #E7968B Sweet Pink

📋 copy color: '#E7968B'

red 231 ◦ green 150 ◦ blue 139

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

Shades of Sweet Pink #E7968B

Tints of Sweet Pink #E7968B

RGB

 RED value IS 231 (90.63% from 255) = 44.42%

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

 BLUE value IS 139 (54.69% from 255) = 26.73%

R = 44.42%
G = 28.85%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E7968B (or 0xE7968B) is known color: Sweet Pink. HEX triplet: E7, 96 and 8B. RGB value is (231,150,139). Sum of RGB (Red+Green+Blue) = 231+150+139=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968B is #186974. Grayscale: #ADADAD. Windows color (decimal): -1599861 or 9148135. OLE color: 9148135.

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

Color convert

RGB 231 150 139 -
CMYK 0 0.35 0.40 0.09
HSL 7.17º 0.66% 0.73% -
HSV(B) 7.17º 0.4% 0.91% -
XYZ 48.52 40.67 29.72 -
YUV 172.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 231 150 139 0 0.35 0.40 0.09 7.17 0.66 0.73
Hex E7 96 8B 0 23 28 9 7 42 49
Octal 347 226 213 0 43 50 11 7 102 111
Binary 11100111 10010110 10001011 0 100011 101000 1001 111 1000010 1001001

Color Harmonies of #E7968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7968B

Black with #E7968B

Text Example


Text Example

White with #E7968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7968B; }

 p { color: rgb(231,150,139); }

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

background-color css

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

 a { background-color: rgb(231,150,139); }

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

border-color css

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

 span { border-color: rgb(231,150,139); }

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