Html Css Color HEX #EF628A Brink Pink

📋 copy color: '#EF628A'

red 239 ◦ green 98 ◦ blue 138

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

Shades of Brink Pink #EF628A

Tints of Brink Pink #EF628A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.63%

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

R = 50.32%
G = 20.63%
B = 29.05%

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

#EF628A (or 0xEF628A) is known color: Brink Pink. HEX triplet: EF, 62 and 8A. RGB value is (239,98,138). Sum of RGB (Red+Green+Blue) = 239+98+138=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF628A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF628A is #109D75. Grayscale: #909090. Windows color (decimal): -1088886 or 9069295. OLE color: 9069295.

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

Color convert

RGB 239 98 138 -
CMYK 0 0.59 0.42 0.06
HSL 342.98º 0.82% 0.66% -
HSV(B) 342.98º 0.59% 0.94% -
XYZ 44.55 28.92 27.28 -
YUV 144.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 239 98 138 0 0.59 0.42 0.06 342.98 0.82 0.66
Hex EF 62 8A 0 3B 2A 6 157 52 42
Octal 357 142 212 0 73 52 6 527 122 102
Binary 11101111 1100010 10001010 0 111011 101010 110 101010111 1010010 1000010

Color Harmonies of #EF628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF628A

Black with #EF628A

Text Example


Text Example

White with #EF628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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