Html Css Color HEX #E7968A Sweet Pink

📋 copy color: '#E7968A'

red 231 ◦ green 150 ◦ blue 138

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

Shades of Sweet Pink #E7968A

Tints of Sweet Pink #E7968A

RGB

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

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

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

R = 44.51%
G = 28.9%
B = 26.59%

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

#E7968A (or 0xE7968A) is known color: Sweet Pink. HEX triplet: E7, 96 and 8A. RGB value is (231,150,138). Sum of RGB (Red+Green+Blue) = 231+150+138=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7968A is #186975. Grayscale: #ACACAC. Windows color (decimal): -1599862 or 9082599. OLE color: 9082599.

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

Color convert

RGB 231 150 138 -
CMYK 0 0.35 0.40 0.09
HSL 7.74º 0.66% 0.72% -
HSV(B) 7.74º 0.4% 0.91% -
XYZ 48.45 40.64 29.33 -
YUV 172.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 231 150 138 0 0.35 0.40 0.09 7.74 0.66 0.72
Hex E7 96 8A 0 23 28 9 8 42 48
Octal 347 226 212 0 43 50 11 10 102 110
Binary 11100111 10010110 10001010 0 100011 101000 1001 1000 1000010 1001000

Color Harmonies of #E7968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7968A

Black with #E7968A

Text Example


Text Example

White with #E7968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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