Html Css Color HEX #EE70CE Neon Pink

📋 copy color: '#EE70CE'

red 238 ◦ green 112 ◦ blue 206

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

Shades of Neon Pink #EE70CE

Tints of Neon Pink #EE70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 42.81%
G = 20.14%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE70CE (or 0xEE70CE) is known color: Neon Pink. HEX triplet: EE, 70 and CE. RGB value is (238,112,206). Sum of RGB (Red+Green+Blue) = 238+112+206=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70CE is #118F31. Grayscale: #A0A0A0. Windows color (decimal): -1150770 or 13529326. OLE color: 13529326.

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

Color convert

RGB 238 112 206 -
CMYK 0 0.53 0.13 0.07
HSL 315.24º 0.79% 0.69% -
HSV(B) 315.24º 0.53% 0.93% -
XYZ 52.19 34.22 62.25 -
YUV 160.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 238 112 206 0 0.53 0.13 0.07 315.24 0.79 0.69
Hex EE 70 CE 0 35 D 7 13B 4F 45
Octal 356 160 316 0 65 15 7 473 117 105
Binary 11101110 1110000 11001110 0 110101 1101 111 100111011 1001111 1000101

Color Harmonies of #EE70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70CE

Black with #EE70CE

Text Example


Text Example

White with #EE70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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