Html Css Color HEX #ED6DC8 Neon Pink

📋 copy color: '#ED6DC8'

red 237 ◦ green 109 ◦ blue 200

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

Shades of Neon Pink #ED6DC8

Tints of Neon Pink #ED6DC8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.96%

 BLUE value IS 200 (78.52% from 255) = 36.63%

R = 43.41%
G = 19.96%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED6DC8 (or 0xED6DC8) is known color: Neon Pink. HEX triplet: ED, 6D and C8. RGB value is (237,109,200). Sum of RGB (Red+Green+Blue) = 237+109+200=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DC8 is #129237. Grayscale: #9D9D9D. Windows color (decimal): -1217080 or 13135341. OLE color: 13135341.

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

Color convert

RGB 237 109 200 -
CMYK 0 0.54 0.16 0.07
HSL 317.34º 0.78% 0.68% -
HSV(B) 317.34º 0.54% 0.93% -
XYZ 50.82 33.11 58.36 -
YUV 157.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 237 109 200 0 0.54 0.16 0.07 317.34 0.78 0.68
Hex ED 6D C8 0 36 10 7 13D 4E 44
Octal 355 155 310 0 66 20 7 475 116 104
Binary 11101101 1101101 11001000 0 110110 10000 111 100111101 1001110 1000100

Color Harmonies of #ED6DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6DC8

Black with #ED6DC8

Text Example


Text Example

White with #ED6DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6DC8; }

 p { color: rgb(237,109,200); }

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

background-color css

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

 a { background-color: rgb(237,109,200); }

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

border-color css

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

 span { border-color: rgb(237,109,200); }

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