Html Css Color HEX #EC75CD Neon Pink

📋 copy color: '#EC75CD'

red 236 ◦ green 117 ◦ blue 205

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

Shades of Neon Pink #EC75CD

Tints of Neon Pink #EC75CD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.97%

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

R = 42.29%
G = 20.97%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC75CD (or 0xEC75CD) is known color: Neon Pink. HEX triplet: EC, 75 and CD. RGB value is (236,117,205). Sum of RGB (Red+Green+Blue) = 236+117+205=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75CD is #138A32. Grayscale: #A2A2A2. Windows color (decimal): -1280563 or 13465068. OLE color: 13465068.

HSL color Cylindrical-coordinate representation of color #EC75CD: hue angle of 315.63º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC75CD is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 117 205 -
CMYK 0 0.50 0.13 0.07
HSL 315.63º 0.76% 0.69% -
HSV(B) 315.63º 0.5% 0.93% -
XYZ 51.97 34.96 61.77 -
YUV 162.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 236 117 205 0 0.50 0.13 0.07 315.63 0.76 0.69
Hex EC 75 CD 0 32 D 7 13C 4C 45
Octal 354 165 315 0 62 15 7 474 114 105
Binary 11101100 1110101 11001101 0 110010 1101 111 100111100 1001100 1000101

Color Harmonies of #EC75CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75CD

Black with #EC75CD

Text Example


Text Example

White with #EC75CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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