Html Css Color HEX #ED74AA Tickle Me Pink

📋 copy color: '#ED74AA'

red 237 ◦ green 116 ◦ blue 170

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

Shades of Tickle Me Pink #ED74AA

Tints of Tickle Me Pink #ED74AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.18%

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 45.32%
G = 22.18%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED74AA (or 0xED74AA) is known color: Tickle Me Pink. HEX triplet: ED, 74 and AA. RGB value is (237,116,170). Sum of RGB (Red+Green+Blue) = 237+116+170=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED74AA is #128B55. Grayscale: #9E9E9E. Windows color (decimal): -1215318 or 11171053. OLE color: 11171053.

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

Color convert

RGB 237 116 170 -
CMYK 0 0.51 0.28 0.07
HSL 333.22º 0.77% 0.69% -
HSV(B) 333.22º 0.51% 0.93% -
XYZ 48.43 33.4 41.92 -
YUV 158.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 237 116 170 0 0.51 0.28 0.07 333.22 0.77 0.69
Hex ED 74 AA 0 33 1C 7 14D 4D 45
Octal 355 164 252 0 63 34 7 515 115 105
Binary 11101101 1110100 10101010 0 110011 11100 111 101001101 1001101 1000101

Color Harmonies of #ED74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED74AA

Black with #ED74AA

Text Example


Text Example

White with #ED74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED74AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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