Html Css Color HEX #EE75AC Hot Pink

📋 copy color: '#EE75AC'

red 238 ◦ green 117 ◦ blue 172

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

Shades of Hot Pink #EE75AC

Tints of Hot Pink #EE75AC

RGB

 RED value IS 238 (93.36% from 255) = 45.16%

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

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 45.16%
G = 22.2%
B = 32.64%

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

#EE75AC (or 0xEE75AC) is known color: Hot Pink. HEX triplet: EE, 75 and AC. RGB value is (238,117,172). Sum of RGB (Red+Green+Blue) = 238+117+172=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE75AC is #118A53. Grayscale: #9F9F9F. Windows color (decimal): -1149524 or 11302382. OLE color: 11302382.

HSL color Cylindrical-coordinate representation of color #EE75AC: hue angle of 332.73º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE75AC is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 117 172 -
CMYK 0 0.51 0.28 0.07
HSL 332.73º 0.78% 0.7% -
HSV(B) 332.73º 0.51% 0.93% -
XYZ 49.07 33.88 42.98 -
YUV 159.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 238 117 172 0 0.51 0.28 0.07 332.73 0.78 0.7
Hex EE 75 AC 0 33 1C 7 14D 4E 46
Octal 356 165 254 0 63 34 7 515 116 106
Binary 11101110 1110101 10101100 0 110011 11100 111 101001101 1001110 1000110

Color Harmonies of #EE75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE75AC

Black with #EE75AC

Text Example


Text Example

White with #EE75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE75AC; }

 p { color: rgb(238,117,172); }

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

background-color css

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

 a { background-color: rgb(238,117,172); }

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

border-color css

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

 span { border-color: rgb(238,117,172); }

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