Html Css Color HEX #EF6484 Brink Pink

📋 copy color: '#EF6484'

red 239 ◦ green 100 ◦ blue 132

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

Shades of Brink Pink #EF6484

Tints of Brink Pink #EF6484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.23%

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

R = 50.74%
G = 21.23%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF6484 (or 0xEF6484) is known color: Brink Pink. HEX triplet: EF, 64 and 84. RGB value is (239,100,132). Sum of RGB (Red+Green+Blue) = 239+100+132=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6484 is #109B7B. Grayscale: #919191. Windows color (decimal): -1088380 or 8676591. OLE color: 8676591.

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

Color convert

RGB 239 100 132 -
CMYK 0 0.58 0.45 0.06
HSL 346.19º 0.81% 0.66% -
HSV(B) 346.19º 0.58% 0.94% -
XYZ 44.32 29.13 25.12 -
YUV 145.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 239 100 132 0 0.58 0.45 0.06 346.19 0.81 0.66
Hex EF 64 84 0 3A 2D 6 15A 51 42
Octal 357 144 204 0 72 55 6 532 121 102
Binary 11101111 1100100 10000100 0 111010 101101 110 101011010 1010001 1000010

Color Harmonies of #EF6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6484

Black with #EF6484

Text Example


Text Example

White with #EF6484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6484; }

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

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

background-color css

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

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

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

border-color css

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

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

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