Html Css Color HEX #ED81AD Tickle Me Pink

📋 copy color: '#ED81AD'

red 237 ◦ green 129 ◦ blue 173

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

Shades of Tickle Me Pink #ED81AD

Tints of Tickle Me Pink #ED81AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.93%

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 43.97%
G = 23.93%
B = 32.1%

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

#ED81AD (or 0xED81AD) is known color: Tickle Me Pink. HEX triplet: ED, 81 and AD. RGB value is (237,129,173). Sum of RGB (Red+Green+Blue) = 237+129+173=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED81AD is #127E52. Grayscale: #A6A6A6. Windows color (decimal): -1211987 or 11370989. OLE color: 11370989.

HSL color Cylindrical-coordinate representation of color #ED81AD: hue angle of 335.56º 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 #ED81AD is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 173 -
CMYK 0 0.46 0.27 0.07
HSL 335.56º 0.75% 0.72% -
HSV(B) 335.56º 0.46% 0.93% -
XYZ 50.32 36.72 43.97 -
YUV 166.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 237 129 173 0 0.46 0.27 0.07 335.56 0.75 0.72
Hex ED 81 AD 0 2E 1B 7 150 4B 48
Octal 355 201 255 0 56 33 7 520 113 110
Binary 11101101 10000001 10101101 0 101110 11011 111 101010000 1001011 1001000

Color Harmonies of #ED81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED81AD

Black with #ED81AD

Text Example


Text Example

White with #ED81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED81AD; }

 p { color: rgb(237,129,173); }

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

background-color css

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

 a { background-color: rgb(237,129,173); }

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

border-color css

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

 span { border-color: rgb(237,129,173); }

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