Html Css Color HEX #EF5F7D Brink Pink

📋 copy color: '#EF5F7D'

red 239 ◦ green 95 ◦ blue 125

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

Shades of Brink Pink #EF5F7D

Tints of Brink Pink #EF5F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.7%

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 52.07%
G = 20.7%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF5F7D (or 0xEF5F7D) is known color: Brink Pink. HEX triplet: EF, 5F and 7D. RGB value is (239,95,125). Sum of RGB (Red+Green+Blue) = 239+95+125=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5F7D is #10A082. Grayscale: #8D8D8D. Windows color (decimal): -1089667 or 8216559. OLE color: 8216559.

HSL color Cylindrical-coordinate representation of color #EF5F7D: hue angle of 347.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5F7D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 95 125 -
CMYK 0 0.60 0.48 0.06
HSL 347.5º 0.82% 0.65% -
HSV(B) 347.5º 0.6% 0.94% -
XYZ 43.39 28.02 22.52 -
YUV 141.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 239 95 125 0 0.60 0.48 0.06 347.5 0.82 0.65
Hex EF 5F 7D 0 3C 30 6 15C 52 41
Octal 357 137 175 0 74 60 6 534 122 101
Binary 11101111 1011111 1111101 0 111100 110000 110 101011100 1010010 1000001

Color Harmonies of #EF5F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F7D

Black with #EF5F7D

Text Example


Text Example

White with #EF5F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F7D; }

 p { color: rgb(239,95,125); }

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

background-color css

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

 a { background-color: rgb(239,95,125); }

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

border-color css

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

 span { border-color: rgb(239,95,125); }

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