Html Css Color HEX #EE70D0 Neon Pink

📋 copy color: '#EE70D0'

red 238 ◦ green 112 ◦ blue 208

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

Shades of Neon Pink #EE70D0

Tints of Neon Pink #EE70D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 42.65%
G = 20.07%
B = 37.28%

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

#EE70D0 (or 0xEE70D0) is known color: Neon Pink. HEX triplet: EE, 70 and D0. RGB value is (238,112,208). Sum of RGB (Red+Green+Blue) = 238+112+208=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70D0 is #118F2F. Grayscale: #A0A0A0. Windows color (decimal): -1150768 or 13660398. OLE color: 13660398.

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

Color convert

RGB 238 112 208 -
CMYK 0 0.53 0.13 0.07
HSL 314.29º 0.79% 0.69% -
HSV(B) 314.29º 0.53% 0.93% -
XYZ 52.44 34.32 63.53 -
YUV 160.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 238 112 208 0 0.53 0.13 0.07 314.29 0.79 0.69
Hex EE 70 D0 0 35 D 7 13A 4F 45
Octal 356 160 320 0 65 15 7 472 117 105
Binary 11101110 1110000 11010000 0 110101 1101 111 100111010 1001111 1000101

Color Harmonies of #EE70D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70D0

Black with #EE70D0

Text Example


Text Example

White with #EE70D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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