Html Css Color HEX #E69B8D Tonys Pink

📋 copy color: '#E69B8D'

red 230 ◦ green 155 ◦ blue 141

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

Shades of Tonys Pink #E69B8D

Tints of Tonys Pink #E69B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.47%

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 43.73%
G = 29.47%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E69B8D (or 0xE69B8D) is known color: Tonys Pink. HEX triplet: E6, 9B and 8D. RGB value is (230,155,141). Sum of RGB (Red+Green+Blue) = 230+155+141=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B8D is #196472. Grayscale: #AFAFAF. Windows color (decimal): -1664115 or 9280486. OLE color: 9280486.

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

Color convert

RGB 230 155 141 -
CMYK 0 0.33 0.39 0.10
HSL 9.44º 0.64% 0.73% -
HSV(B) 9.44º 0.39% 0.9% -
XYZ 49.16 42.19 30.75 -
YUV 175.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 230 155 141 0 0.33 0.39 0.10 9.44 0.64 0.73
Hex E6 9B 8D 0 21 27 A 9 40 49
Octal 346 233 215 0 41 47 12 11 100 111
Binary 11100110 10011011 10001101 0 100001 100111 1010 1001 1000000 1001001

Color Harmonies of #E69B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B8D

Black with #E69B8D

Text Example


Text Example

White with #E69B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B8D; }

 p { color: rgb(230,155,141); }

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

background-color css

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

 a { background-color: rgb(230,155,141); }

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

border-color css

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

 span { border-color: rgb(230,155,141); }

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