Html Css Color HEX #ED6DCF Neon Pink

📋 copy color: '#ED6DCF'

red 237 ◦ green 109 ◦ blue 207

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

Shades of Neon Pink #ED6DCF

Tints of Neon Pink #ED6DCF

RGB

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

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

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

R = 42.86%
G = 19.71%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED6DCF (or 0xED6DCF) is known color: Neon Pink. HEX triplet: ED, 6D and CF. RGB value is (237,109,207). Sum of RGB (Red+Green+Blue) = 237+109+207=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DCF is #129230. Grayscale: #9E9E9E. Windows color (decimal): -1217073 or 13594093. OLE color: 13594093.

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

Color convert

RGB 237 109 207 -
CMYK 0 0.54 0.13 0.07
HSL 314.06º 0.78% 0.68% -
HSV(B) 314.06º 0.54% 0.93% -
XYZ 51.66 33.45 62.76 -
YUV 158.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 237 109 207 0 0.54 0.13 0.07 314.06 0.78 0.68
Hex ED 6D CF 0 36 D 7 13A 4E 44
Octal 355 155 317 0 66 15 7 472 116 104
Binary 11101101 1101101 11001111 0 110110 1101 111 100111010 1001110 1000100

Color Harmonies of #ED6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6DCF

Black with #ED6DCF

Text Example


Text Example

White with #ED6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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