Html Css Color HEX #ED80AC Tickle Me Pink

📋 copy color: '#ED80AC'

red 237 ◦ green 128 ◦ blue 172

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

Shades of Tickle Me Pink #ED80AC

Tints of Tickle Me Pink #ED80AC

RGB

 RED value IS 237 (92.97% from 255) = 44.13%

 GREEN value IS 128 (50.39% from 255) = 23.84%

 BLUE value IS 172 (67.58% from 255) = 32.03%

R = 44.13%
G = 23.84%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED80AC (or 0xED80AC) is known color: Tickle Me Pink. HEX triplet: ED, 80 and AC. RGB value is (237,128,172). Sum of RGB (Red+Green+Blue) = 237+128+172=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED80AC is #127F53. Grayscale: #A5A5A5. Windows color (decimal): -1212244 or 11305197. OLE color: 11305197.

HSL color Cylindrical-coordinate representation of color #ED80AC: hue angle of 335.78º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80AC is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 128 172 -
CMYK 0 0.46 0.27 0.07
HSL 335.78º 0.75% 0.72% -
HSV(B) 335.78º 0.46% 0.93% -
XYZ 50.09 36.42 43.42 -
YUV 165.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 237 128 172 0 0.46 0.27 0.07 335.78 0.75 0.72
Hex ED 80 AC 0 2E 1B 7 150 4B 48
Octal 355 200 254 0 56 33 7 520 113 110
Binary 11101101 10000000 10101100 0 101110 11011 111 101010000 1001011 1001000

Color Harmonies of #ED80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80AC

Black with #ED80AC

Text Example


Text Example

White with #ED80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80AC; }

 p { color: rgb(237,128,172); }

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

background-color css

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

 a { background-color: rgb(237,128,172); }

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

border-color css

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

 span { border-color: rgb(237,128,172); }

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