Html Css Color HEX #EE72CA Neon Pink

📋 copy color: '#EE72CA'

red 238 ◦ green 114 ◦ blue 202

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

Shades of Neon Pink #EE72CA

Tints of Neon Pink #EE72CA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.58%

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

R = 42.96%
G = 20.58%
B = 36.46%

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

#EE72CA (or 0xEE72CA) is known color: Neon Pink. HEX triplet: EE, 72 and CA. RGB value is (238,114,202). Sum of RGB (Red+Green+Blue) = 238+114+202=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72CA is #118D35. Grayscale: #A0A0A0. Windows color (decimal): -1150262 or 13267694. OLE color: 13267694.

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

Color convert

RGB 238 114 202 -
CMYK 0 0.52 0.15 0.07
HSL 317.42º 0.78% 0.69% -
HSV(B) 317.42º 0.52% 0.93% -
XYZ 51.94 34.48 59.79 -
YUV 161.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 238 114 202 0 0.52 0.15 0.07 317.42 0.78 0.69
Hex EE 72 CA 0 34 F 7 13D 4E 45
Octal 356 162 312 0 64 17 7 475 116 105
Binary 11101110 1110010 11001010 0 110100 1111 111 100111101 1001110 1000101

Color Harmonies of #EE72CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72CA

Black with #EE72CA

Text Example


Text Example

White with #EE72CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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