Html Css Color HEX #ED6583 Brink Pink

📋 copy color: '#ED6583'

red 237 ◦ green 101 ◦ blue 131

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

Shades of Brink Pink #ED6583

Tints of Brink Pink #ED6583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.54%

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

R = 50.53%
G = 21.54%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED6583 (or 0xED6583) is known color: Brink Pink. HEX triplet: ED, 65 and 83. RGB value is (237,101,131). Sum of RGB (Red+Green+Blue) = 237+101+131=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6583 is #129A7C. Grayscale: #919191. Windows color (decimal): -1219197 or 8611309. OLE color: 8611309.

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

Color convert

RGB 237 101 131 -
CMYK 0 0.57 0.45 0.07
HSL 346.76º 0.79% 0.66% -
HSV(B) 346.76º 0.57% 0.93% -
XYZ 43.68 28.95 24.76 -
YUV 145.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 237 101 131 0 0.57 0.45 0.07 346.76 0.79 0.66
Hex ED 65 83 0 39 2D 7 15B 4F 42
Octal 355 145 203 0 71 55 7 533 117 102
Binary 11101101 1100101 10000011 0 111001 101101 111 101011011 1001111 1000010

Color Harmonies of #ED6583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6583

Black with #ED6583

Text Example


Text Example

White with #ED6583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6583; }

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

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

background-color css

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

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

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

border-color css

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

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

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