Html Css Color HEX #EF6384 Brink Pink

📋 copy color: '#EF6384'

red 239 ◦ green 99 ◦ blue 132

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

Shades of Brink Pink #EF6384

Tints of Brink Pink #EF6384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.06%

 BLUE value IS 132 (51.95% from 255) = 28.09%

R = 50.85%
G = 21.06%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF6384 (or 0xEF6384) is known color: Brink Pink. HEX triplet: EF, 63 and 84. RGB value is (239,99,132). Sum of RGB (Red+Green+Blue) = 239+99+132=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6384 is #109C7B. Grayscale: #909090. Windows color (decimal): -1088636 or 8676335. OLE color: 8676335.

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

Color convert

RGB 239 99 132 -
CMYK 0 0.59 0.45 0.06
HSL 345.86º 0.81% 0.66% -
HSV(B) 345.86º 0.59% 0.94% -
XYZ 44.22 28.94 25.09 -
YUV 144.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 239 99 132 0 0.59 0.45 0.06 345.86 0.81 0.66
Hex EF 63 84 0 3B 2D 6 15A 51 42
Octal 357 143 204 0 73 55 6 532 121 102
Binary 11101111 1100011 10000100 0 111011 101101 110 101011010 1010001 1000010

Color Harmonies of #EF6384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6384

Black with #EF6384

Text Example


Text Example

White with #EF6384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6384; }

 p { color: rgb(239,99,132); }

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

background-color css

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

 a { background-color: rgb(239,99,132); }

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

border-color css

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

 span { border-color: rgb(239,99,132); }

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