#ED627A

Color #ED627A Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #ED627A

Tints of Brink Pink #ED627A

Color information

#ED627A (or 0xED627A) is unknown color: approx Brink Pink. HEX triplet: ED, 62 and 7A. RGB value is (237,98,122). Sum of RGB (Red+Green+Blue) = 237+98+122=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED627A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED627A is #129D85. Grayscale: #8E8E8E. Windows color (decimal): -1219974 or 8020717. OLE color: 8020717.

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

Color convert

RGB23798122-
CMYK00.590.490.07
HSL349.64º79.43%65.69%-
HSV(B)349.64º58.65%92.94%-
XYZ42.8128.1521.59-
YUV142.3116.55195.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=51.86%
G=21.44%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379812200.590.490.07349.6479.4365.69
HexED627A03B31715e4f42
Octal355142172073617536117102
Binary1110110111000101111010011101111000111110101111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED627A; }

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

 H1.HeaderClassName
 {
   color: #ED627A;
 }
 .AnyTagClassName
 {
   color: #ED627A;
 }
</style>
background-color css

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

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

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

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

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

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