Html Css Color HEX #EF6884 Brink Pink

📋 copy color: '#EF6884'

red 239 ◦ green 104 ◦ blue 132

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

Shades of Brink Pink #EF6884

Tints of Brink Pink #EF6884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.89%

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 50.32%
G = 21.89%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF6884 (or 0xEF6884) is known color: Brink Pink. HEX triplet: EF, 68 and 84. RGB value is (239,104,132). Sum of RGB (Red+Green+Blue) = 239+104+132=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6884 is #10977B. Grayscale: #939393. Windows color (decimal): -1087356 or 8677615. OLE color: 8677615.

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

Color convert

RGB 239 104 132 -
CMYK 0 0.56 0.45 0.06
HSL 347.56º 0.81% 0.67% -
HSV(B) 347.56º 0.56% 0.94% -
XYZ 44.71 29.92 25.25 -
YUV 147.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 239 104 132 0 0.56 0.45 0.06 347.56 0.81 0.67
Hex EF 68 84 0 38 2D 6 15C 51 43
Octal 357 150 204 0 70 55 6 534 121 103
Binary 11101111 1101000 10000100 0 111000 101101 110 101011100 1010001 1000011

Color Harmonies of #EF6884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6884

Black with #EF6884

Text Example


Text Example

White with #EF6884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6884; }

 p { color: rgb(239,104,132); }

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

background-color css

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

 a { background-color: rgb(239,104,132); }

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

border-color css

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

 span { border-color: rgb(239,104,132); }

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