Html Css Color HEX #ED82A3 Tickle Me Pink

📋 copy color: '#ED82A3'

red 237 ◦ green 130 ◦ blue 163

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

Shades of Tickle Me Pink #ED82A3

Tints of Tickle Me Pink #ED82A3

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.53%

 BLUE value IS 163 (64.06% from 255) = 30.75%

R = 44.72%
G = 24.53%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ED82A3 (or 0xED82A3) is known color: Tickle Me Pink. HEX triplet: ED, 82 and A3. RGB value is (237,130,163). Sum of RGB (Red+Green+Blue) = 237+130+163=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED82A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED82A3 is #127D5C. Grayscale: #A5A5A5. Windows color (decimal): -1211741 or 10715885. OLE color: 10715885.

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

Color convert

RGB 237 130 163 -
CMYK 0 0.45 0.31 0.07
HSL 341.5º 0.75% 0.72% -
HSV(B) 341.5º 0.45% 0.93% -
XYZ 49.52 36.61 39.11 -
YUV 165.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 237 130 163 0 0.45 0.31 0.07 341.5 0.75 0.72
Hex ED 82 A3 0 2D 1F 7 155 4B 48
Octal 355 202 243 0 55 37 7 525 113 110
Binary 11101101 10000010 10100011 0 101101 11111 111 101010101 1001011 1001000

Color Harmonies of #ED82A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED82A3

Black with #ED82A3

Text Example


Text Example

White with #ED82A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED82A3; }

 p { color: rgb(237,130,163); }

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

background-color css

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

 a { background-color: rgb(237,130,163); }

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

border-color css

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

 span { border-color: rgb(237,130,163); }

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