Html Css Color HEX #EE70CB Neon Pink

📋 copy color: '#EE70CB'

red 238 ◦ green 112 ◦ blue 203

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

Shades of Neon Pink #EE70CB

Tints of Neon Pink #EE70CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 43.04%
G = 20.25%
B = 36.71%

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

#EE70CB (or 0xEE70CB) is known color: Neon Pink. HEX triplet: EE, 70 and CB. RGB value is (238,112,203). Sum of RGB (Red+Green+Blue) = 238+112+203=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70CB is #118F34. Grayscale: #9F9F9F. Windows color (decimal): -1150773 or 13332718. OLE color: 13332718.

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

Color convert

RGB 238 112 203 -
CMYK 0 0.53 0.15 0.07
HSL 316.67º 0.79% 0.69% -
HSV(B) 316.67º 0.53% 0.93% -
XYZ 51.83 34.08 60.35 -
YUV 160.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 238 112 203 0 0.53 0.15 0.07 316.67 0.79 0.69
Hex EE 70 CB 0 35 F 7 13D 4F 45
Octal 356 160 313 0 65 17 7 475 117 105
Binary 11101110 1110000 11001011 0 110101 1111 111 100111101 1001111 1000101

Color Harmonies of #EE70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70CB

Black with #EE70CB

Text Example


Text Example

White with #EE70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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