#EF607A

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

Shades of Brink Pink #EF607A

Tints of Brink Pink #EF607A

Color information

#EF607A (or 0xEF607A) is unknown color: approx Brink Pink. HEX triplet: EF, 60 and 7A. RGB value is (239,96,122). Sum of RGB (Red+Green+Blue) = 239+96+122=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF607A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF607A is #109F85. Grayscale: #8D8D8D. Windows color (decimal): -1089414 or 8020207. OLE color: 8020207.

HSL color Cylindrical-coordinate representation of color #EF607A: hue angle of 349.09º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF607A is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB23996122-
CMYK00.600.490.06
HSL349.09º81.71%65.69%-
HSV(B)349.09º59.83%93.73%-
XYZ43.2928.1221.56-
YUV141.72116.88197.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.30%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=52.30%
G=21.01%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399612200.600.490.06349.0981.7165.69
HexEF607A03C31615d5242
Octal357140172074616535122102
Binary1110111111000001111010011110011000111010101110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF607A; }

 p { color: rgb(239,96,122); }

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

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

 a { background-color: rgb(239,96,122); }

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

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

 span { border-color: rgb(239,96,122); }

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