Html Css Color HEX #E69F8A Tonys Pink

📋 copy color: '#E69F8A'

red 230 ◦ green 159 ◦ blue 138

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

Shades of Tonys Pink #E69F8A

Tints of Tonys Pink #E69F8A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.17%

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

R = 43.64%
G = 30.17%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E69F8A (or 0xE69F8A) is known color: Tonys Pink. HEX triplet: E6, 9F and 8A. RGB value is (230,159,138). Sum of RGB (Red+Green+Blue) = 230+159+138=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F8A is #196075. Grayscale: #B1B1B1. Windows color (decimal): -1663094 or 9084902. OLE color: 9084902.

HSL color Cylindrical-coordinate representation of color #E69F8A: hue angle of 13.7º 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 #E69F8A is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 138 -
CMYK 0 0.31 0.4 0.10
HSL 13.7º 0.65% 0.72% -
HSV(B) 13.7º 0.4% 0.9% -
XYZ 49.62 43.45 29.82 -
YUV 177.84 105.52 165.21 -
System Red Green Blue C M Y K H S L
Decimal 230 159 138 0 0.31 0.4 0.10 13.7 0.65 0.72
Hex E6 9F 8A 0 1F 28 A E 41 48
Octal 346 237 212 0 37 50 12 16 101 110
Binary 11100110 10011111 10001010 0 11111 101000 1010 1110 1000001 1001000

Color Harmonies of #E69F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F8A

Black with #E69F8A

Text Example


Text Example

White with #E69F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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