Html Css Color HEX #E69D8A Tonys Pink

📋 copy color: '#E69D8A'

red 230 ◦ green 157 ◦ blue 138

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

Shades of Tonys Pink #E69D8A

Tints of Tonys Pink #E69D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

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

R = 43.81%
G = 29.9%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E69D8A (or 0xE69D8A) is known color: Tonys Pink. HEX triplet: E6, 9D and 8A. RGB value is (230,157,138). Sum of RGB (Red+Green+Blue) = 230+157+138=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D8A is #196275. Grayscale: #B0B0B0. Windows color (decimal): -1663606 or 9084390. OLE color: 9084390.

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

Color convert

RGB 230 157 138 -
CMYK 0 0.32 0.4 0.10
HSL 12.39º 0.65% 0.72% -
HSV(B) 12.39º 0.4% 0.9% -
XYZ 49.28 42.77 29.7 -
YUV 176.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 230 157 138 0 0.32 0.4 0.10 12.39 0.65 0.72
Hex E6 9D 8A 0 20 28 A C 41 48
Octal 346 235 212 0 40 50 12 14 101 110
Binary 11100110 10011101 10001010 0 100000 101000 1010 1100 1000001 1001000

Color Harmonies of #E69D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D8A

Black with #E69D8A

Text Example


Text Example

White with #E69D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D8A; }

 p { color: rgb(230,157,138); }

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

background-color css

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

 a { background-color: rgb(230,157,138); }

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

border-color css

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

 span { border-color: rgb(230,157,138); }

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