Html Css Color HEX #EF6681 Brink Pink

📋 copy color: '#EF6681'

red 239 ◦ green 102 ◦ blue 129

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

Shades of Brink Pink #EF6681

Tints of Brink Pink #EF6681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

 BLUE value IS 129 (50.78% from 255) = 27.45%

R = 50.85%
G = 21.7%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF6681 (or 0xEF6681) is known color: Brink Pink. HEX triplet: EF, 66 and 81. RGB value is (239,102,129). Sum of RGB (Red+Green+Blue) = 239+102+129=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6681 is #10997E. Grayscale: #929292. Windows color (decimal): -1087871 or 8480495. OLE color: 8480495.

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

Color convert

RGB 239 102 129 -
CMYK 0 0.57 0.46 0.06
HSL 348.18º 0.81% 0.67% -
HSV(B) 348.18º 0.57% 0.94% -
XYZ 44.31 29.44 24.12 -
YUV 146.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 239 102 129 0 0.57 0.46 0.06 348.18 0.81 0.67
Hex EF 66 81 0 39 2E 6 15C 51 43
Octal 357 146 201 0 71 56 6 534 121 103
Binary 11101111 1100110 10000001 0 111001 101110 110 101011100 1010001 1000011

Color Harmonies of #EF6681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6681

Black with #EF6681

Text Example


Text Example

White with #EF6681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6681; }

 p { color: rgb(239,102,129); }

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

background-color css

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

 a { background-color: rgb(239,102,129); }

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

border-color css

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

 span { border-color: rgb(239,102,129); }

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