Html Css Color HEX #ED72A8 Tickle Me Pink

📋 copy color: '#ED72A8'

red 237 ◦ green 114 ◦ blue 168

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

Shades of Tickle Me Pink #ED72A8

Tints of Tickle Me Pink #ED72A8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.97%

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 45.66%
G = 21.97%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED72A8 (or 0xED72A8) is known color: Tickle Me Pink. HEX triplet: ED, 72 and A8. RGB value is (237,114,168). Sum of RGB (Red+Green+Blue) = 237+114+168=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED72A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED72A8 is #128D57. Grayscale: #9C9C9C. Windows color (decimal): -1215832 or 11039469. OLE color: 11039469.

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

Color convert

RGB 237 114 168 -
CMYK 0 0.52 0.29 0.07
HSL 333.66º 0.77% 0.69% -
HSV(B) 333.66º 0.52% 0.93% -
XYZ 48.01 32.87 40.86 -
YUV 156.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 237 114 168 0 0.52 0.29 0.07 333.66 0.77 0.69
Hex ED 72 A8 0 34 1D 7 14E 4D 45
Octal 355 162 250 0 64 35 7 516 115 105
Binary 11101101 1110010 10101000 0 110100 11101 111 101001110 1001101 1000101

Color Harmonies of #ED72A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED72A8

Black with #ED72A8

Text Example


Text Example

White with #ED72A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED72A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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