Html Css Color HEX #EF6585 Brink Pink

📋 copy color: '#EF6585'

red 239 ◦ green 101 ◦ blue 133

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

Shades of Brink Pink #EF6585

Tints of Brink Pink #EF6585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.35%

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

R = 50.53%
G = 21.35%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF6585 (or 0xEF6585) is known color: Brink Pink. HEX triplet: EF, 65 and 85. RGB value is (239,101,133). Sum of RGB (Red+Green+Blue) = 239+101+133=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6585 is #109A7A. Grayscale: #919191. Windows color (decimal): -1088123 or 8742383. OLE color: 8742383.

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

Color convert

RGB 239 101 133 -
CMYK 0 0.58 0.44 0.06
HSL 346.09º 0.81% 0.67% -
HSV(B) 346.09º 0.58% 0.94% -
XYZ 44.48 29.35 25.51 -
YUV 145.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 239 101 133 0 0.58 0.44 0.06 346.09 0.81 0.67
Hex EF 65 85 0 3A 2C 6 15A 51 43
Octal 357 145 205 0 72 54 6 532 121 103
Binary 11101111 1100101 10000101 0 111010 101100 110 101011010 1010001 1000011

Color Harmonies of #EF6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6585

Black with #EF6585

Text Example


Text Example

White with #EF6585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6585; }

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

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

background-color css

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

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

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

border-color css

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

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

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