Html Css Color HEX #EC75CB Neon Pink

📋 copy color: '#EC75CB'

red 236 ◦ green 117 ◦ blue 203

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

Shades of Neon Pink #EC75CB

Tints of Neon Pink #EC75CB

RGB

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

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

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

R = 42.45%
G = 21.04%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC75CB (or 0xEC75CB) is known color: Neon Pink. HEX triplet: EC, 75 and CB. RGB value is (236,117,203). Sum of RGB (Red+Green+Blue) = 236+117+203=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 117 (46.09% from 255 or 21.04% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC75CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC75CB is #138A34. Grayscale: #A2A2A2. Windows color (decimal): -1280565 or 13333996. OLE color: 13333996.

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

Color convert

RGB 236 117 203 -
CMYK 0 0.50 0.14 0.07
HSL 316.64º 0.76% 0.69% -
HSV(B) 316.64º 0.5% 0.93% -
XYZ 51.73 34.87 60.5 -
YUV 162.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 236 117 203 0 0.50 0.14 0.07 316.64 0.76 0.69
Hex EC 75 CB 0 32 E 7 13D 4C 45
Octal 354 165 313 0 62 16 7 475 114 105
Binary 11101100 1110101 11001011 0 110010 1110 111 100111101 1001100 1000101

Color Harmonies of #EC75CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC75CB

Black with #EC75CB

Text Example


Text Example

White with #EC75CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC75CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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