Html Css Color HEX #EF6486 Brink Pink

📋 copy color: '#EF6486'

red 239 ◦ green 100 ◦ blue 134

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

Shades of Brink Pink #EF6486

Tints of Brink Pink #EF6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.14%

 BLUE value IS 134 (52.73% from 255) = 28.33%

R = 50.53%
G = 21.14%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF6486 (or 0xEF6486) is known color: Brink Pink. HEX triplet: EF, 64 and 86. RGB value is (239,100,134). Sum of RGB (Red+Green+Blue) = 239+100+134=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6486 is #109B79. Grayscale: #919191. Windows color (decimal): -1088378 or 8807663. OLE color: 8807663.

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

Color convert

RGB 239 100 134 -
CMYK 0 0.58 0.44 0.06
HSL 345.32º 0.81% 0.66% -
HSV(B) 345.32º 0.58% 0.94% -
XYZ 44.46 29.19 25.84 -
YUV 145.44 121.55 194.74 -
System Red Green Blue C M Y K H S L
Decimal 239 100 134 0 0.58 0.44 0.06 345.32 0.81 0.66
Hex EF 64 86 0 3A 2C 6 159 51 42
Octal 357 144 206 0 72 54 6 531 121 102
Binary 11101111 1100100 10000110 0 111010 101100 110 101011001 1010001 1000010

Color Harmonies of #EF6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6486

Black with #EF6486

Text Example


Text Example

White with #EF6486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6486; }

 p { color: rgb(239,100,134); }

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

background-color css

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

 a { background-color: rgb(239,100,134); }

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

border-color css

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

 span { border-color: rgb(239,100,134); }

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