Html Css Color HEX #ED5283 Dark Pink

📋 copy color: '#ED5283'

red 237 ◦ green 82 ◦ blue 131

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

Shades of Dark Pink #ED5283

Tints of Dark Pink #ED5283

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.22%

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

R = 52.67%
G = 18.22%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED5283 (or 0xED5283) is known color: Dark Pink. HEX triplet: ED, 52 and 83. RGB value is (237,82,131). Sum of RGB (Red+Green+Blue) = 237+82+131=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5283 is #12AD7C. Grayscale: #858585. Windows color (decimal): -1224061 or 8606445. OLE color: 8606445.

HSL color Cylindrical-coordinate representation of color #ED5283: hue angle of 341.03º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED5283 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 82 131 -
CMYK 0 0.65 0.45 0.07
HSL 341.03º 0.81% 0.63% -
HSV(B) 341.03º 0.65% 0.93% -
XYZ 42.04 25.68 24.21 -
YUV 133.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 237 82 131 0 0.65 0.45 0.07 341.03 0.81 0.63
Hex ED 52 83 0 41 2D 7 155 51 3F
Octal 355 122 203 0 101 55 7 525 121 77
Binary 11101101 1010010 10000011 0 1000001 101101 111 101010101 1010001 111111

Color Harmonies of #ED5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5283

Black with #ED5283

Text Example


Text Example

White with #ED5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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