Html Css Color HEX #EE73CA Neon Pink

📋 copy color: '#EE73CA'

red 238 ◦ green 115 ◦ blue 202

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

Shades of Neon Pink #EE73CA

Tints of Neon Pink #EE73CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.72%

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

R = 42.88%
G = 20.72%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE73CA (or 0xEE73CA) is known color: Neon Pink. HEX triplet: EE, 73 and CA. RGB value is (238,115,202). Sum of RGB (Red+Green+Blue) = 238+115+202=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73CA is #118C35. Grayscale: #A1A1A1. Windows color (decimal): -1150006 or 13267950. OLE color: 13267950.

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

Color convert

RGB 238 115 202 -
CMYK 0 0.52 0.15 0.07
HSL 317.56º 0.78% 0.69% -
HSV(B) 317.56º 0.52% 0.93% -
XYZ 52.05 34.7 59.83 -
YUV 161.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 238 115 202 0 0.52 0.15 0.07 317.56 0.78 0.69
Hex EE 73 CA 0 34 F 7 13E 4E 45
Octal 356 163 312 0 64 17 7 476 116 105
Binary 11101110 1110011 11001010 0 110100 1111 111 100111110 1001110 1000101

Color Harmonies of #EE73CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE73CA

Black with #EE73CA

Text Example


Text Example

White with #EE73CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE73CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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