Html Css Color HEX #E68986 Sweet Pink

📋 copy color: '#E68986'

red 230 ◦ green 137 ◦ blue 134

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

Shades of Sweet Pink #E68986

Tints of Sweet Pink #E68986

RGB

 RED value IS 230 (90.23% from 255) = 45.91%

 GREEN value IS 137 (53.91% from 255) = 27.35%

 BLUE value IS 134 (52.73% from 255) = 26.75%

R = 45.91%
G = 27.35%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E68986 (or 0xE68986) is known color: Sweet Pink. HEX triplet: E6, 89 and 86. RGB value is (230,137,134). Sum of RGB (Red+Green+Blue) = 230+137+134=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E68986 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68986 is #197679. Grayscale: #A4A4A4. Windows color (decimal): -1668730 or 8817126. OLE color: 8817126.

HSL color Cylindrical-coordinate representation of color #E68986: hue angle of 1.88º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68986 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 137 134 -
CMYK 0 0.40 0.42 0.10
HSL 1.88º 0.66% 0.71% -
HSV(B) 1.88º 0.42% 0.9% -
XYZ 45.88 36.44 27.17 -
YUV 164.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 230 137 134 0 0.40 0.42 0.10 1.88 0.66 0.71
Hex E6 89 86 0 28 2A A 2 42 47
Octal 346 211 206 0 50 52 12 2 102 107
Binary 11100110 10001001 10000110 0 101000 101010 1010 10 1000010 1000111

Color Harmonies of #E68986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68986

Black with #E68986

Text Example


Text Example

White with #E68986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68986; }

 p { color: rgb(230,137,134); }

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

background-color css

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

 a { background-color: rgb(230,137,134); }

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

border-color css

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

 span { border-color: rgb(230,137,134); }

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