Html Css Color HEX #ED6DBF Neon Pink

📋 copy color: '#ED6DBF'

red 237 ◦ green 109 ◦ blue 191

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

Shades of Neon Pink #ED6DBF

Tints of Neon Pink #ED6DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.57%

R = 44.13%
G = 20.3%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED6DBF (or 0xED6DBF) is known color: Neon Pink. HEX triplet: ED, 6D and BF. RGB value is (237,109,191). Sum of RGB (Red+Green+Blue) = 237+109+191=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DBF is #129240. Grayscale: #9C9C9C. Windows color (decimal): -1217089 or 12545517. OLE color: 12545517.

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

Color convert

RGB 237 109 191 -
CMYK 0 0.54 0.19 0.07
HSL 321.56º 0.78% 0.68% -
HSV(B) 321.56º 0.54% 0.93% -
XYZ 49.8 32.7 52.98 -
YUV 156.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 237 109 191 0 0.54 0.19 0.07 321.56 0.78 0.68
Hex ED 6D BF 0 36 13 7 142 4E 44
Octal 355 155 277 0 66 23 7 502 116 104
Binary 11101101 1101101 10111111 0 110110 10011 111 101000010 1001110 1000100

Color Harmonies of #ED6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6DBF

Black with #ED6DBF

Text Example


Text Example

White with #ED6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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