Html Css Color HEX #EC75CF Neon Pink

📋 copy color: '#EC75CF'

red 236 ◦ green 117 ◦ blue 207

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

Shades of Neon Pink #EC75CF

Tints of Neon Pink #EC75CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 42.14%
G = 20.89%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EC75CF (or 0xEC75CF) is known color: Neon Pink. HEX triplet: EC, 75 and CF. RGB value is (236,117,207). Sum of RGB (Red+Green+Blue) = 236+117+207=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75CF is #138A30. Grayscale: #A2A2A2. Windows color (decimal): -1280561 or 13596140. OLE color: 13596140.

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

Color convert

RGB 236 117 207 -
CMYK 0 0.50 0.12 0.07
HSL 314.62º 0.76% 0.69% -
HSV(B) 314.62º 0.5% 0.93% -
XYZ 52.22 35.06 63.05 -
YUV 162.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 236 117 207 0 0.50 0.12 0.07 314.62 0.76 0.69
Hex EC 75 CF 0 32 C 7 13B 4C 45
Octal 354 165 317 0 62 14 7 473 114 105
Binary 11101100 1110101 11001111 0 110010 1100 111 100111011 1001100 1000101

Color Harmonies of #EC75CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75CF

Black with #EC75CF

Text Example


Text Example

White with #EC75CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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