Html Css Color HEX #EF6286 Brink Pink

📋 copy color: '#EF6286'

red 239 ◦ green 98 ◦ blue 134

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

Shades of Brink Pink #EF6286

Tints of Brink Pink #EF6286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.45%

R = 50.74%
G = 20.81%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF6286 (or 0xEF6286) is known color: Brink Pink. HEX triplet: EF, 62 and 86. RGB value is (239,98,134). Sum of RGB (Red+Green+Blue) = 239+98+134=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 98 (38.67% from 255 or 20.81% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6286 is #109D79. Grayscale: #909090. Windows color (decimal): -1088890 or 8807151. OLE color: 8807151.

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

Color convert

RGB 239 98 134 -
CMYK 0 0.59 0.44 0.06
HSL 344.68º 0.82% 0.66% -
HSV(B) 344.68º 0.59% 0.94% -
XYZ 44.27 28.81 25.78 -
YUV 144.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 239 98 134 0 0.59 0.44 0.06 344.68 0.82 0.66
Hex EF 62 86 0 3B 2C 6 159 52 42
Octal 357 142 206 0 73 54 6 531 122 102
Binary 11101111 1100010 10000110 0 111011 101100 110 101011001 1010010 1000010

Color Harmonies of #EF6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6286

Black with #EF6286

Text Example


Text Example

White with #EF6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6286; }

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

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

background-color css

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

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

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

border-color css

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

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

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