#ED74A8

Color #ED74A8 Tickle Me Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tickle Me Pink #ED74A8

Tints of Tickle Me Pink #ED74A8

Color information

#ED74A8 (or 0xED74A8) is unknown color: approx Tickle Me Pink. HEX triplet: ED, 74 and A8. RGB value is (237,116,168). Sum of RGB (Red+Green+Blue) = 237+116+168=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED74A8 is #128B57. Grayscale: #9E9E9E. Windows color (decimal): -1215320 or 11039981. OLE color: 11039981.

HSL color Cylindrical-coordinate representation of color #ED74A8: hue angle of 334.21º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED74A8 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB237116168-
CMYK00.510.290.07
HSL334.21º77.07%69.22%-
HSV(B)334.21º51.05%92.94%-
XYZ48.2433.3240.94-
YUV158.11133.59184.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 116 (45.70% from 255) = 22.26%
BLUE value IS 168 (66.02% from 255) = 32.25%
R=45.49%
G=22.26%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711616800.510.290.07334.2177.0769.22
HexED74A80331D714e4d45
Octal355164250063357516115105
Binary1110110111101001010100001100111110111110100111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED74A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED74A8; }

 p { color: rgb(237,116,168); }

 H1.HeaderClassName
 {
   color: #ED74A8;
 }
 .AnyTagClassName
 {
   color: #ED74A8;
 }
</style>
background-color css

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

 a { background-color: rgb(237,116,168); }

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

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

 span { border-color: rgb(237,116,168); }

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