Html Css Color HEX #ED1280 Deep Pink

📋 copy color: '#ED1280'

red 237 ◦ green 18 ◦ blue 128

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

Shades of Deep Pink #ED1280

Tints of Deep Pink #ED1280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.7%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 61.88%
G = 4.7%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED1280 (or 0xED1280) is known color: Deep Pink. HEX triplet: ED, 12 and 80. RGB value is (237,18,128). Sum of RGB (Red+Green+Blue) = 237+18+128=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1280 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1280 is #12ED7F. Grayscale: #5F5F5F. Windows color (decimal): -1240448 or 8393453. OLE color: 8393453.

HSL color Cylindrical-coordinate representation of color #ED1280: hue angle of 329.86º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED1280 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 18 128 -
CMYK 0 0.92 0.46 0.07
HSL 329.86º 0.86% 0.5% -
HSV(B) 329.86º 0.92% 0.93% -
XYZ 39.04 20 22.22 -
YUV 96.02 146.05 228.56 -
System Red Green Blue C M Y K H S L
Decimal 237 18 128 0 0.92 0.46 0.07 329.86 0.86 0.5
Hex ED 12 80 0 5C 2E 7 14A 56 32
Octal 355 22 200 0 134 56 7 512 126 62
Binary 11101101 10010 10000000 0 1011100 101110 111 101001010 1010110 110010

Color Harmonies of #ED1280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1280

Black with #ED1280

Text Example


Text Example

White with #ED1280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1280; }

 p { color: rgb(237,18,128); }

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

background-color css

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

 a { background-color: rgb(237,18,128); }

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

border-color css

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

 span { border-color: rgb(237,18,128); }

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