Html Css Color HEX #ED6282 Brink Pink

📋 copy color: '#ED6282'

red 237 ◦ green 98 ◦ blue 130

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

Shades of Brink Pink #ED6282

Tints of Brink Pink #ED6282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.08%

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

R = 50.97%
G = 21.08%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED6282 (or 0xED6282) is known color: Brink Pink. HEX triplet: ED, 62 and 82. RGB value is (237,98,130). Sum of RGB (Red+Green+Blue) = 237+98+130=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6282 is #129D7D. Grayscale: #8F8F8F. Windows color (decimal): -1219966 or 8545005. OLE color: 8545005.

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

Color convert

RGB 237 98 130 -
CMYK 0 0.59 0.45 0.07
HSL 346.19º 0.79% 0.66% -
HSV(B) 346.19º 0.59% 0.93% -
XYZ 43.32 28.35 24.31 -
YUV 143.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 237 98 130 0 0.59 0.45 0.07 346.19 0.79 0.66
Hex ED 62 82 0 3B 2D 7 15A 4F 42
Octal 355 142 202 0 73 55 7 532 117 102
Binary 11101101 1100010 10000010 0 111011 101101 111 101011010 1001111 1000010

Color Harmonies of #ED6282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6282

Black with #ED6282

Text Example


Text Example

White with #ED6282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6282; }

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

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

background-color css

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

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

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

border-color css

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

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

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