Html Css Color HEX #EF6785 Brink Pink

📋 copy color: '#EF6785'

red 239 ◦ green 103 ◦ blue 133

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

Shades of Brink Pink #EF6785

Tints of Brink Pink #EF6785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.68%

 BLUE value IS 133 (52.34% from 255) = 28%

R = 50.32%
G = 21.68%
B = 28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF6785 (or 0xEF6785) is known color: Brink Pink. HEX triplet: EF, 67 and 85. RGB value is (239,103,133). Sum of RGB (Red+Green+Blue) = 239+103+133=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6785 is #10987A. Grayscale: #939393. Windows color (decimal): -1087611 or 8742895. OLE color: 8742895.

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

Color convert

RGB 239 103 133 -
CMYK 0 0.57 0.44 0.06
HSL 346.76º 0.81% 0.67% -
HSV(B) 346.76º 0.57% 0.94% -
XYZ 44.68 29.74 25.58 -
YUV 147.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 239 103 133 0 0.57 0.44 0.06 346.76 0.81 0.67
Hex EF 67 85 0 39 2C 6 15B 51 43
Octal 357 147 205 0 71 54 6 533 121 103
Binary 11101111 1100111 10000101 0 111001 101100 110 101011011 1010001 1000011

Color Harmonies of #EF6785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6785

Black with #EF6785

Text Example


Text Example

White with #EF6785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6785; }

 p { color: rgb(239,103,133); }

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

background-color css

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

 a { background-color: rgb(239,103,133); }

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

border-color css

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

 span { border-color: rgb(239,103,133); }

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