Html Css Color HEX #ED6880 Brink Pink

📋 copy color: '#ED6880'

red 237 ◦ green 104 ◦ blue 128

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

Shades of Brink Pink #ED6880

Tints of Brink Pink #ED6880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.17%

 BLUE value IS 128 (50.39% from 255) = 27.29%

R = 50.53%
G = 22.17%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED6880 (or 0xED6880) is known color: Brink Pink. HEX triplet: ED, 68 and 80. RGB value is (237,104,128). Sum of RGB (Red+Green+Blue) = 237+104+128=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6880 is #12977F. Grayscale: #929292. Windows color (decimal): -1218432 or 8415469. OLE color: 8415469.

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

Color convert

RGB 237 104 128 -
CMYK 0 0.56 0.46 0.07
HSL 349.17º 0.79% 0.67% -
HSV(B) 349.17º 0.56% 0.93% -
XYZ 43.77 29.46 23.8 -
YUV 146.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 237 104 128 0 0.56 0.46 0.07 349.17 0.79 0.67
Hex ED 68 80 0 38 2E 7 15D 4F 43
Octal 355 150 200 0 70 56 7 535 117 103
Binary 11101101 1101000 10000000 0 111000 101110 111 101011101 1001111 1000011

Color Harmonies of #ED6880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6880

Black with #ED6880

Text Example


Text Example

White with #ED6880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6880; }

 p { color: rgb(237,104,128); }

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

background-color css

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

 a { background-color: rgb(237,104,128); }

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

border-color css

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

 span { border-color: rgb(237,104,128); }

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