Html Css Color HEX #EE75CA Neon Pink

📋 copy color: '#EE75CA'

red 238 ◦ green 117 ◦ blue 202

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

Shades of Neon Pink #EE75CA

Tints of Neon Pink #EE75CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 42.73%
G = 21.01%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE75CA (or 0xEE75CA) is known color: Neon Pink. HEX triplet: EE, 75 and CA. RGB value is (238,117,202). Sum of RGB (Red+Green+Blue) = 238+117+202=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75CA is #118A35. Grayscale: #A2A2A2. Windows color (decimal): -1149494 or 13268462. OLE color: 13268462.

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

Color convert

RGB 238 117 202 -
CMYK 0 0.51 0.15 0.07
HSL 317.85º 0.78% 0.7% -
HSV(B) 317.85º 0.51% 0.93% -
XYZ 52.28 35.16 59.91 -
YUV 162.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 238 117 202 0 0.51 0.15 0.07 317.85 0.78 0.7
Hex EE 75 CA 0 33 F 7 13E 4E 46
Octal 356 165 312 0 63 17 7 476 116 106
Binary 11101110 1110101 11001010 0 110011 1111 111 100111110 1001110 1000110

Color Harmonies of #EE75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE75CA

Black with #EE75CA

Text Example


Text Example

White with #EE75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE75CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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