Html Css Color HEX #EE72CC Neon Pink

📋 copy color: '#EE72CC'

red 238 ◦ green 114 ◦ blue 204

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

Shades of Neon Pink #EE72CC

Tints of Neon Pink #EE72CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 42.81%
G = 20.5%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE72CC (or 0xEE72CC) is known color: Neon Pink. HEX triplet: EE, 72 and CC. RGB value is (238,114,204). Sum of RGB (Red+Green+Blue) = 238+114+204=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72CC is #118D33. Grayscale: #A1A1A1. Windows color (decimal): -1150260 or 13398766. OLE color: 13398766.

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

Color convert

RGB 238 114 204 -
CMYK 0 0.52 0.14 0.07
HSL 316.45º 0.78% 0.69% -
HSV(B) 316.45º 0.52% 0.93% -
XYZ 52.18 34.57 61.05 -
YUV 161.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 238 114 204 0 0.52 0.14 0.07 316.45 0.78 0.69
Hex EE 72 CC 0 34 E 7 13C 4E 45
Octal 356 162 314 0 64 16 7 474 116 105
Binary 11101110 1110010 11001100 0 110100 1110 111 100111100 1001110 1000101

Color Harmonies of #EE72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE72CC

Black with #EE72CC

Text Example


Text Example

White with #EE72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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