Html Css Color HEX #EF618A Brink Pink

📋 copy color: '#EF618A'

red 239 ◦ green 97 ◦ blue 138

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

Shades of Brink Pink #EF618A

Tints of Brink Pink #EF618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.46%

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 50.42%
G = 20.46%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF618A (or 0xEF618A) is known color: Brink Pink. HEX triplet: EF, 61 and 8A. RGB value is (239,97,138). Sum of RGB (Red+Green+Blue) = 239+97+138=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF618A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF618A is #109E75. Grayscale: #909090. Windows color (decimal): -1089142 or 9069039. OLE color: 9069039.

HSL color Cylindrical-coordinate representation of color #EF618A: hue angle of 342.68º degrees, saturation: 0.82, 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 #EF618A is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 138 -
CMYK 0 0.59 0.42 0.06
HSL 342.68º 0.82% 0.66% -
HSV(B) 342.68º 0.59% 0.94% -
XYZ 44.46 28.74 27.25 -
YUV 144.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 239 97 138 0 0.59 0.42 0.06 342.68 0.82 0.66
Hex EF 61 8A 0 3B 2A 6 157 52 42
Octal 357 141 212 0 73 52 6 527 122 102
Binary 11101111 1100001 10001010 0 111011 101010 110 101010111 1010010 1000010

Color Harmonies of #EF618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF618A

Black with #EF618A

Text Example


Text Example

White with #EF618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF618A; }

 p { color: rgb(239,97,138); }

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

background-color css

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

 a { background-color: rgb(239,97,138); }

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

border-color css

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

 span { border-color: rgb(239,97,138); }

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