Html Css Color HEX #E69684 Tonys Pink

📋 copy color: '#E69684'

red 230 ◦ green 150 ◦ blue 132

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

Shades of Tonys Pink #E69684

Tints of Tonys Pink #E69684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.3%

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 44.92%
G = 29.3%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E69684 (or 0xE69684) is known color: Tonys Pink. HEX triplet: E6, 96 and 84. RGB value is (230,150,132). Sum of RGB (Red+Green+Blue) = 230+150+132=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E69684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69684 is #19697B. Grayscale: #ACACAC. Windows color (decimal): -1665404 or 8689382. OLE color: 8689382.

HSL color Cylindrical-coordinate representation of color #E69684: hue angle of 11.02º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69684 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 150 132 -
CMYK 0 0.35 0.43 0.10
HSL 11.02º 0.66% 0.71% -
HSV(B) 11.02º 0.43% 0.9% -
XYZ 47.7 40.3 27.09 -
YUV 171.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 230 150 132 0 0.35 0.43 0.10 11.02 0.66 0.71
Hex E6 96 84 0 23 2B A B 42 47
Octal 346 226 204 0 43 53 12 13 102 107
Binary 11100110 10010110 10000100 0 100011 101011 1010 1011 1000010 1000111

Color Harmonies of #E69684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69684

Black with #E69684

Text Example


Text Example

White with #E69684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69684; }

 p { color: rgb(230,150,132); }

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

background-color css

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

 a { background-color: rgb(230,150,132); }

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

border-color css

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

 span { border-color: rgb(230,150,132); }

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