Html Css Color HEX #E69C91 Tonys Pink

📋 copy color: '#E69C91'

red 230 ◦ green 156 ◦ blue 145

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

Shades of Tonys Pink #E69C91

Tints of Tonys Pink #E69C91

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.38%

 BLUE value IS 145 (57.03% from 255) = 27.31%

R = 43.31%
G = 29.38%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69C91 (or 0xE69C91) is known color: Tonys Pink. HEX triplet: E6, 9C and 91. RGB value is (230,156,145). Sum of RGB (Red+Green+Blue) = 230+156+145=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C91 is #19636E. Grayscale: #B0B0B0. Windows color (decimal): -1663855 or 9542886. OLE color: 9542886.

HSL color Cylindrical-coordinate representation of color #E69C91: hue angle of 7.76º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69C91 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 156 145 -
CMYK 0 0.32 0.37 0.10
HSL 7.76º 0.63% 0.74% -
HSV(B) 7.76º 0.37% 0.9% -
XYZ 49.63 42.64 32.4 -
YUV 176.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 230 156 145 0 0.32 0.37 0.10 7.76 0.63 0.74
Hex E6 9C 91 0 20 25 A 8 3F 4A
Octal 346 234 221 0 40 45 12 10 77 112
Binary 11100110 10011100 10010001 0 100000 100101 1010 1000 111111 1001010

Color Harmonies of #E69C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C91

Black with #E69C91

Text Example


Text Example

White with #E69C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C91; }

 p { color: rgb(230,156,145); }

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

background-color css

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

 a { background-color: rgb(230,156,145); }

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

border-color css

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

 span { border-color: rgb(230,156,145); }

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