Html Css Color HEX #ED1283 Deep Pink

📋 copy color: '#ED1283'

red 237 ◦ green 18 ◦ blue 131

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

Shades of Deep Pink #ED1283

Tints of Deep Pink #ED1283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.94%

R = 61.4%
G = 4.66%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED1283 (or 0xED1283) is known color: Deep Pink. HEX triplet: ED, 12 and 83. RGB value is (237,18,131). Sum of RGB (Red+Green+Blue) = 237+18+131=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED1283 is #12ED7C. Grayscale: #606060. Windows color (decimal): -1240445 or 8590061. OLE color: 8590061.

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

Color convert

RGB 237 18 131 -
CMYK 0 0.92 0.45 0.07
HSL 329.04º 0.86% 0.5% -
HSV(B) 329.04º 0.92% 0.93% -
XYZ 39.24 20.08 23.28 -
YUV 96.36 147.55 228.31 -
System Red Green Blue C M Y K H S L
Decimal 237 18 131 0 0.92 0.45 0.07 329.04 0.86 0.5
Hex ED 12 83 0 5C 2D 7 149 56 32
Octal 355 22 203 0 134 55 7 511 126 62
Binary 11101101 10010 10000011 0 1011100 101101 111 101001001 1010110 110010

Color Harmonies of #ED1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1283

Black with #ED1283

Text Example


Text Example

White with #ED1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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