Html Css Color HEX #E69C90 Tonys Pink

📋 copy color: '#E69C90'

red 230 ◦ green 156 ◦ blue 144

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

Shades of Tonys Pink #E69C90

Tints of Tonys Pink #E69C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.17%

R = 43.4%
G = 29.43%
B = 27.17%

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

#E69C90 (or 0xE69C90) is known color: Tonys Pink. HEX triplet: E6, 9C and 90. RGB value is (230,156,144). Sum of RGB (Red+Green+Blue) = 230+156+144=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C90 is #19636F. Grayscale: #B0B0B0. Windows color (decimal): -1663856 or 9477350. OLE color: 9477350.

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

Color convert

RGB 230 156 144 -
CMYK 0 0.32 0.37 0.10
HSL 8.37º 0.63% 0.73% -
HSV(B) 8.37º 0.37% 0.9% -
XYZ 49.56 42.61 32 -
YUV 176.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 230 156 144 0 0.32 0.37 0.10 8.37 0.63 0.73
Hex E6 9C 90 0 20 25 A 8 3F 49
Octal 346 234 220 0 40 45 12 10 77 111
Binary 11100110 10011100 10010000 0 100000 100101 1010 1000 111111 1001001

Color Harmonies of #E69C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C90

Black with #E69C90

Text Example


Text Example

White with #E69C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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