Html Css Color HEX #EF6085 Brink Pink

📋 copy color: '#EF6085'

red 239 ◦ green 96 ◦ blue 133

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

Shades of Brink Pink #EF6085

Tints of Brink Pink #EF6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.51%

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

R = 51.07%
G = 20.51%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF6085 (or 0xEF6085) is known color: Brink Pink. HEX triplet: EF, 60 and 85. RGB value is (239,96,133). Sum of RGB (Red+Green+Blue) = 239+96+133=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6085 is #109F7A. Grayscale: #8E8E8E. Windows color (decimal): -1089403 or 8741103. OLE color: 8741103.

HSL color Cylindrical-coordinate representation of color #EF6085: hue angle of 344.48º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6085 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 133 -
CMYK 0 0.60 0.44 0.06
HSL 344.48º 0.82% 0.66% -
HSV(B) 344.48º 0.6% 0.94% -
XYZ 44.01 28.41 25.35 -
YUV 142.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 239 96 133 0 0.60 0.44 0.06 344.48 0.82 0.66
Hex EF 60 85 0 3C 2C 6 158 52 42
Octal 357 140 205 0 74 54 6 530 122 102
Binary 11101111 1100000 10000101 0 111100 101100 110 101011000 1010010 1000010

Color Harmonies of #EF6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6085

Black with #EF6085

Text Example


Text Example

White with #EF6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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