Html Css Color HEX #ED5EC6 Neon Pink

📋 copy color: '#ED5EC6'

red 237 ◦ green 94 ◦ blue 198

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

Shades of Neon Pink #ED5EC6

Tints of Neon Pink #ED5EC6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.77%

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 44.8%
G = 17.77%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED5EC6 (or 0xED5EC6) is known color: Neon Pink. HEX triplet: ED, 5E and C6. RGB value is (237,94,198). Sum of RGB (Red+Green+Blue) = 237+94+198=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5EC6 is #12A139. Grayscale: #949494. Windows color (decimal): -1220922 or 13000429. OLE color: 13000429.

HSL color Cylindrical-coordinate representation of color #ED5EC6: hue angle of 316.36º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5EC6 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 94 198 -
CMYK 0 0.60 0.16 0.07
HSL 316.36º 0.8% 0.65% -
HSV(B) 316.36º 0.6% 0.93% -
XYZ 49.12 30.09 56.64 -
YUV 148.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 237 94 198 0 0.60 0.16 0.07 316.36 0.8 0.65
Hex ED 5E C6 0 3C 10 7 13C 50 41
Octal 355 136 306 0 74 20 7 474 120 101
Binary 11101101 1011110 11000110 0 111100 10000 111 100111100 1010000 1000001

Color Harmonies of #ED5EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5EC6

Black with #ED5EC6

Text Example


Text Example

White with #ED5EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5EC6; }

 p { color: rgb(237,94,198); }

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

background-color css

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

 a { background-color: rgb(237,94,198); }

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

border-color css

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

 span { border-color: rgb(237,94,198); }

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