Html Css Color HEX #ED6279 Brink Pink

📋 copy color: '#ED6279'

red 237 ◦ green 98 ◦ blue 121

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

Shades of Brink Pink #ED6279

Tints of Brink Pink #ED6279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.54%

R = 51.97%
G = 21.49%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED6279 (or 0xED6279) is known color: Brink Pink. HEX triplet: ED, 62 and 79. RGB value is (237,98,121). Sum of RGB (Red+Green+Blue) = 237+98+121=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6279 is #129D86. Grayscale: #8E8E8E. Windows color (decimal): -1219975 or 7955181. OLE color: 7955181.

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

Color convert

RGB 237 98 121 -
CMYK 0 0.59 0.49 0.07
HSL 350.07º 0.79% 0.66% -
HSV(B) 350.07º 0.59% 0.93% -
XYZ 42.74 28.12 21.26 -
YUV 142.18 116.05 195.63 -
System Red Green Blue C M Y K H S L
Decimal 237 98 121 0 0.59 0.49 0.07 350.07 0.79 0.66
Hex ED 62 79 0 3B 31 7 15E 4F 42
Octal 355 142 171 0 73 61 7 536 117 102
Binary 11101101 1100010 1111001 0 111011 110001 111 101011110 1001111 1000010

Color Harmonies of #ED6279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6279

Black with #ED6279

Text Example


Text Example

White with #ED6279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6279; }

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

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

background-color css

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

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

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

border-color css

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

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

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