Html Css Color HEX #ED6DBB Neon Pink

📋 copy color: '#ED6DBB'

red 237 ◦ green 109 ◦ blue 187

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

Shades of Neon Pink #ED6DBB

Tints of Neon Pink #ED6DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 44.47%
G = 20.45%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED6DBB (or 0xED6DBB) is known color: Neon Pink. HEX triplet: ED, 6D and BB. RGB value is (237,109,187). Sum of RGB (Red+Green+Blue) = 237+109+187=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DBB is #129244. Grayscale: #9B9B9B. Windows color (decimal): -1217093 or 12283373. OLE color: 12283373.

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

Color convert

RGB 237 109 187 -
CMYK 0 0.54 0.21 0.07
HSL 323.44º 0.78% 0.68% -
HSV(B) 323.44º 0.54% 0.93% -
XYZ 49.36 32.53 50.69 -
YUV 156.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 237 109 187 0 0.54 0.21 0.07 323.44 0.78 0.68
Hex ED 6D BB 0 36 15 7 143 4E 44
Octal 355 155 273 0 66 25 7 503 116 104
Binary 11101101 1101101 10111011 0 110110 10101 111 101000011 1001110 1000100

Color Harmonies of #ED6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6DBB

Black with #ED6DBB

Text Example


Text Example

White with #ED6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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