Html Css Color HEX #E69A8A Tonys Pink

📋 copy color: '#E69A8A'

red 230 ◦ green 154 ◦ blue 138

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

Shades of Tonys Pink #E69A8A

Tints of Tonys Pink #E69A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

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

R = 44.06%
G = 29.5%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E69A8A (or 0xE69A8A) is known color: Tonys Pink. HEX triplet: E6, 9A and 8A. RGB value is (230,154,138). Sum of RGB (Red+Green+Blue) = 230+154+138=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A8A is #196575. Grayscale: #AFAFAF. Windows color (decimal): -1664374 or 9083622. OLE color: 9083622.

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

Color convert

RGB 230 154 138 -
CMYK 0 0.33 0.4 0.10
HSL 10.43º 0.65% 0.72% -
HSV(B) 10.43º 0.4% 0.9% -
XYZ 48.78 41.77 29.54 -
YUV 174.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 230 154 138 0 0.33 0.4 0.10 10.43 0.65 0.72
Hex E6 9A 8A 0 21 28 A A 41 48
Octal 346 232 212 0 41 50 12 12 101 110
Binary 11100110 10011010 10001010 0 100001 101000 1010 1010 1000001 1001000

Color Harmonies of #E69A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A8A

Black with #E69A8A

Text Example


Text Example

White with #E69A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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