Html Css Color HEX #ED6582 Brink Pink

📋 copy color: '#ED6582'

red 237 ◦ green 101 ◦ blue 130

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

Shades of Brink Pink #ED6582

Tints of Brink Pink #ED6582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.78%

R = 50.64%
G = 21.58%
B = 27.78%

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

#ED6582 (or 0xED6582) is known color: Brink Pink. HEX triplet: ED, 65 and 82. RGB value is (237,101,130). Sum of RGB (Red+Green+Blue) = 237+101+130=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6582 is #129A7D. Grayscale: #909090. Windows color (decimal): -1219198 or 8545773. OLE color: 8545773.

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

Color convert

RGB 237 101 130 -
CMYK 0 0.57 0.45 0.07
HSL 347.21º 0.79% 0.66% -
HSV(B) 347.21º 0.57% 0.93% -
XYZ 43.61 28.92 24.4 -
YUV 144.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 237 101 130 0 0.57 0.45 0.07 347.21 0.79 0.66
Hex ED 65 82 0 39 2D 7 15B 4F 42
Octal 355 145 202 0 71 55 7 533 117 102
Binary 11101101 1100101 10000010 0 111001 101101 111 101011011 1001111 1000010

Color Harmonies of #ED6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6582

Black with #ED6582

Text Example


Text Example

White with #ED6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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