Html Css Color HEX #EF6883 Brink Pink

📋 copy color: '#EF6883'

red 239 ◦ green 104 ◦ blue 131

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

Shades of Brink Pink #EF6883

Tints of Brink Pink #EF6883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.64%

R = 50.42%
G = 21.94%
B = 27.64%

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

#EF6883 (or 0xEF6883) is known color: Brink Pink. HEX triplet: EF, 68 and 83. RGB value is (239,104,131). Sum of RGB (Red+Green+Blue) = 239+104+131=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6883 is #10977C. Grayscale: #939393. Windows color (decimal): -1087357 or 8612079. OLE color: 8612079.

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

Color convert

RGB 239 104 131 -
CMYK 0 0.56 0.45 0.06
HSL 348º 0.81% 0.67% -
HSV(B) 348º 0.56% 0.94% -
XYZ 44.64 29.89 24.89 -
YUV 147.44 118.73 193.3 -
System Red Green Blue C M Y K H S L
Decimal 239 104 131 0 0.56 0.45 0.06 348 0.81 0.67
Hex EF 68 83 0 38 2D 6 15C 51 43
Octal 357 150 203 0 70 55 6 534 121 103
Binary 11101111 1101000 10000011 0 111000 101101 110 101011100 1010001 1000011

Color Harmonies of #EF6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6883

Black with #EF6883

Text Example


Text Example

White with #EF6883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6883; }

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

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

background-color css

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

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

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

border-color css

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

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

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