Html Css Color HEX #ED6ECC Neon Pink

📋 copy color: '#ED6ECC'

red 237 ◦ green 110 ◦ blue 204

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

Shades of Neon Pink #ED6ECC

Tints of Neon Pink #ED6ECC

RGB

 RED value IS 237 (92.97% from 255) = 43.01%

 GREEN value IS 110 (43.36% from 255) = 19.96%

 BLUE value IS 204 (80.08% from 255) = 37.02%

R = 43.01%
G = 19.96%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED6ECC (or 0xED6ECC) is known color: Neon Pink. HEX triplet: ED, 6E and CC. RGB value is (237,110,204). Sum of RGB (Red+Green+Blue) = 237+110+204=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ECC is #129133. Grayscale: #9E9E9E. Windows color (decimal): -1216820 or 13397741. OLE color: 13397741.

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

Color convert

RGB 237 110 204 -
CMYK 0 0.54 0.14 0.07
HSL 315.59º 0.78% 0.68% -
HSV(B) 315.59º 0.54% 0.93% -
XYZ 51.4 33.52 60.89 -
YUV 158.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 237 110 204 0 0.54 0.14 0.07 315.59 0.78 0.68
Hex ED 6E CC 0 36 E 7 13C 4E 44
Octal 355 156 314 0 66 16 7 474 116 104
Binary 11101101 1101110 11001100 0 110110 1110 111 100111100 1001110 1000100

Color Harmonies of #ED6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6ECC

Black with #ED6ECC

Text Example


Text Example

White with #ED6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6ECC; }

 p { color: rgb(237,110,204); }

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

background-color css

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

 a { background-color: rgb(237,110,204); }

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

border-color css

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

 span { border-color: rgb(237,110,204); }

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