Html Css Color HEX #EC70CD Neon Pink

📋 copy color: '#EC70CD'

red 236 ◦ green 112 ◦ blue 205

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

Shades of Neon Pink #EC70CD

Tints of Neon Pink #EC70CD

RGB

 RED value IS 236 (92.58% from 255) = 42.68%

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 42.68%
G = 20.25%
B = 37.07%

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

#EC70CD (or 0xEC70CD) is known color: Neon Pink. HEX triplet: EC, 70 and CD. RGB value is (236,112,205). Sum of RGB (Red+Green+Blue) = 236+112+205=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70CD is #138F32. Grayscale: #9F9F9F. Windows color (decimal): -1281843 or 13463788. OLE color: 13463788.

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

Color convert

RGB 236 112 205 -
CMYK 0 0.53 0.13 0.07
HSL 315º 0.77% 0.68% -
HSV(B) 315º 0.53% 0.93% -
XYZ 51.41 33.83 61.58 -
YUV 159.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 236 112 205 0 0.53 0.13 0.07 315 0.77 0.68
Hex EC 70 CD 0 35 D 7 13B 4D 44
Octal 354 160 315 0 65 15 7 473 115 104
Binary 11101100 1110000 11001101 0 110101 1101 111 100111011 1001101 1000100

Color Harmonies of #EC70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70CD

Black with #EC70CD

Text Example


Text Example

White with #EC70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70CD; }

 p { color: rgb(236,112,205); }

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

background-color css

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

 a { background-color: rgb(236,112,205); }

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

border-color css

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

 span { border-color: rgb(236,112,205); }

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