Html Css Color HEX #EE75C7 Neon Pink

📋 copy color: '#EE75C7'

red 238 ◦ green 117 ◦ blue 199

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

Shades of Neon Pink #EE75C7

Tints of Neon Pink #EE75C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.92%

R = 42.96%
G = 21.12%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE75C7 (or 0xEE75C7) is known color: Neon Pink. HEX triplet: EE, 75 and C7. RGB value is (238,117,199). Sum of RGB (Red+Green+Blue) = 238+117+199=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75C7 is #118A38. Grayscale: #A2A2A2. Windows color (decimal): -1149497 or 13071854. OLE color: 13071854.

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

Color convert

RGB 238 117 199 -
CMYK 0 0.51 0.16 0.07
HSL 319.34º 0.78% 0.7% -
HSV(B) 319.34º 0.51% 0.93% -
XYZ 51.93 35.02 58.06 -
YUV 162.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 238 117 199 0 0.51 0.16 0.07 319.34 0.78 0.7
Hex EE 75 C7 0 33 10 7 13F 4E 46
Octal 356 165 307 0 63 20 7 477 116 106
Binary 11101110 1110101 11000111 0 110011 10000 111 100111111 1001110 1000110

Color Harmonies of #EE75C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE75C7

Black with #EE75C7

Text Example


Text Example

White with #EE75C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE75C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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