Html Css Color HEX #EA75A8 Tickle Me Pink

📋 copy color: '#EA75A8'

red 234 ◦ green 117 ◦ blue 168

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

Shades of Tickle Me Pink #EA75A8

Tints of Tickle Me Pink #EA75A8

RGB

 RED value IS 234 (91.8% from 255) = 45.09%

 GREEN value IS 117 (46.09% from 255) = 22.54%

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

R = 45.09%
G = 22.54%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA75A8 (or 0xEA75A8) is known color: Tickle Me Pink. HEX triplet: EA, 75 and A8. RGB value is (234,117,168). Sum of RGB (Red+Green+Blue) = 234+117+168=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA75A8 is #158A57. Grayscale: #9D9D9D. Windows color (decimal): -1411672 or 11040234. OLE color: 11040234.

HSL color Cylindrical-coordinate representation of color #EA75A8: hue angle of 333.85º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA75A8 is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 117 168 -
CMYK 0 0.5 0.28 0.08
HSL 333.85º 0.74% 0.69% -
HSV(B) 333.85º 0.5% 0.92% -
XYZ 47.36 33.04 40.93 -
YUV 157.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 234 117 168 0 0.5 0.28 0.08 333.85 0.74 0.69
Hex EA 75 A8 0 32 1C 8 14E 4A 45
Octal 352 165 250 0 62 34 10 516 112 105
Binary 11101010 1110101 10101000 0 110010 11100 1000 101001110 1001010 1000101

Color Harmonies of #EA75A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA75A8

Black with #EA75A8

Text Example


Text Example

White with #EA75A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA75A8; }

 p { color: rgb(234,117,168); }

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

background-color css

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

 a { background-color: rgb(234,117,168); }

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

border-color css

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

 span { border-color: rgb(234,117,168); }

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