Html Css Color HEX #EE70CA Neon Pink

📋 copy color: '#EE70CA'

red 238 ◦ green 112 ◦ blue 202

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

Shades of Neon Pink #EE70CA

Tints of Neon Pink #EE70CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.29%

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

R = 43.12%
G = 20.29%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE70CA (or 0xEE70CA) is known color: Neon Pink. HEX triplet: EE, 70 and CA. RGB value is (238,112,202). Sum of RGB (Red+Green+Blue) = 238+112+202=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70CA is #118F35. Grayscale: #9F9F9F. Windows color (decimal): -1150774 or 13267182. OLE color: 13267182.

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

Color convert

RGB 238 112 202 -
CMYK 0 0.53 0.15 0.07
HSL 317.14º 0.79% 0.69% -
HSV(B) 317.14º 0.53% 0.93% -
XYZ 51.71 34.03 59.72 -
YUV 159.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 238 112 202 0 0.53 0.15 0.07 317.14 0.79 0.69
Hex EE 70 CA 0 35 F 7 13D 4F 45
Octal 356 160 312 0 65 17 7 475 117 105
Binary 11101110 1110000 11001010 0 110101 1111 111 100111101 1001111 1000101

Color Harmonies of #EE70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70CA

Black with #EE70CA

Text Example


Text Example

White with #EE70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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