Html Css Color HEX #EF82A5 Tickle Me Pink

📋 copy color: '#EF82A5'

red 239 ◦ green 130 ◦ blue 165

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

Shades of Tickle Me Pink #EF82A5

Tints of Tickle Me Pink #EF82A5

RGB

 RED value IS 239 (93.75% from 255) = 44.76%

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

 BLUE value IS 165 (64.84% from 255) = 30.9%

R = 44.76%
G = 24.34%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF82A5 (or 0xEF82A5) is known color: Tickle Me Pink. HEX triplet: EF, 82 and A5. RGB value is (239,130,165). Sum of RGB (Red+Green+Blue) = 239+130+165=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF82A5 is #107D5A. Grayscale: #A6A6A6. Windows color (decimal): -1080667 or 10846959. OLE color: 10846959.

HSL color Cylindrical-coordinate representation of color #EF82A5: hue angle of 340.73º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF82A5 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 130 165 -
CMYK 0 0.46 0.31 0.06
HSL 340.73º 0.77% 0.72% -
HSV(B) 340.73º 0.46% 0.94% -
XYZ 50.37 37.03 40.09 -
YUV 166.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 239 130 165 0 0.46 0.31 0.06 340.73 0.77 0.72
Hex EF 82 A5 0 2E 1F 6 155 4D 48
Octal 357 202 245 0 56 37 6 525 115 110
Binary 11101111 10000010 10100101 0 101110 11111 110 101010101 1001101 1001000

Color Harmonies of #EF82A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF82A5

Black with #EF82A5

Text Example


Text Example

White with #EF82A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF82A5; }

 p { color: rgb(239,130,165); }

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

background-color css

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

 a { background-color: rgb(239,130,165); }

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

border-color css

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

 span { border-color: rgb(239,130,165); }

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