Html Css Color HEX #EF6580 Brink Pink

📋 copy color: '#EF6580'

red 239 ◦ green 101 ◦ blue 128

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

Shades of Brink Pink #EF6580

Tints of Brink Pink #EF6580

RGB

 RED value IS 239 (93.75% from 255) = 51.07%

 GREEN value IS 101 (39.84% from 255) = 21.58%

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

R = 51.07%
G = 21.58%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF6580 (or 0xEF6580) is known color: Brink Pink. HEX triplet: EF, 65 and 80. RGB value is (239,101,128). Sum of RGB (Red+Green+Blue) = 239+101+128=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6580 is #109A7F. Grayscale: #919191. Windows color (decimal): -1088128 or 8414703. OLE color: 8414703.

HSL color Cylindrical-coordinate representation of color #EF6580: hue angle of 348.26º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6580 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 101 128 -
CMYK 0 0.58 0.46 0.06
HSL 348.26º 0.81% 0.67% -
HSV(B) 348.26º 0.58% 0.94% -
XYZ 44.15 29.22 23.73 -
YUV 145.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 239 101 128 0 0.58 0.46 0.06 348.26 0.81 0.67
Hex EF 65 80 0 3A 2E 6 15C 51 43
Octal 357 145 200 0 72 56 6 534 121 103
Binary 11101111 1100101 10000000 0 111010 101110 110 101011100 1010001 1000011

Color Harmonies of #EF6580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6580

Black with #EF6580

Text Example


Text Example

White with #EF6580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6580; }

 p { color: rgb(239,101,128); }

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

background-color css

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

 a { background-color: rgb(239,101,128); }

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

border-color css

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

 span { border-color: rgb(239,101,128); }

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