Html Css Color HEX #EF6582 Brink Pink

📋 copy color: '#EF6582'

red 239 ◦ green 101 ◦ blue 130

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

Shades of Brink Pink #EF6582

Tints of Brink Pink #EF6582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.66%

R = 50.85%
G = 21.49%
B = 27.66%

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

#EF6582 (or 0xEF6582) is known color: Brink Pink. HEX triplet: EF, 65 and 82. RGB value is (239,101,130). Sum of RGB (Red+Green+Blue) = 239+101+130=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6582 is #109A7D. Grayscale: #919191. Windows color (decimal): -1088126 or 8545775. OLE color: 8545775.

HSL color Cylindrical-coordinate representation of color #EF6582: hue angle of 347.39º 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 #EF6582 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 101 130 -
CMYK 0 0.58 0.46 0.06
HSL 347.39º 0.81% 0.67% -
HSV(B) 347.39º 0.58% 0.94% -
XYZ 44.28 29.27 24.43 -
YUV 145.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 239 101 130 0 0.58 0.46 0.06 347.39 0.81 0.67
Hex EF 65 82 0 3A 2E 6 15B 51 43
Octal 357 145 202 0 72 56 6 533 121 103
Binary 11101111 1100101 10000010 0 111010 101110 110 101011011 1010001 1000011

Color Harmonies of #EF6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6582

Black with #EF6582

Text Example


Text Example

White with #EF6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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