Html Css Color HEX #EF6882 Brink Pink

📋 copy color: '#EF6882'

red 239 ◦ green 104 ◦ blue 130

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

Shades of Brink Pink #EF6882

Tints of Brink Pink #EF6882

RGB

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

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

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

R = 50.53%
G = 21.99%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF6882 (or 0xEF6882) is known color: Brink Pink. HEX triplet: EF, 68 and 82. RGB value is (239,104,130). Sum of RGB (Red+Green+Blue) = 239+104+130=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6882 is #10977D. Grayscale: #939393. Windows color (decimal): -1087358 or 8546543. OLE color: 8546543.

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

Color convert

RGB 239 104 130 -
CMYK 0 0.56 0.46 0.06
HSL 348.44º 0.81% 0.67% -
HSV(B) 348.44º 0.56% 0.94% -
XYZ 44.58 29.86 24.53 -
YUV 147.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 239 104 130 0 0.56 0.46 0.06 348.44 0.81 0.67
Hex EF 68 82 0 38 2E 6 15C 51 43
Octal 357 150 202 0 70 56 6 534 121 103
Binary 11101111 1101000 10000010 0 111000 101110 110 101011100 1010001 1000011

Color Harmonies of #EF6882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6882

Black with #EF6882

Text Example


Text Example

White with #EF6882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6882; }

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

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

background-color css

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

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

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

border-color css

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

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

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