Html Css Color HEX #EC5F78 Brink Pink

📋 copy color: '#EC5F78'

red 236 ◦ green 95 ◦ blue 120

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

Shades of Brink Pink #EC5F78

Tints of Brink Pink #EC5F78

RGB

 RED value IS 236 (92.58% from 255) = 52.33%

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

 BLUE value IS 120 (47.27% from 255) = 26.61%

R = 52.33%
G = 21.06%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC5F78 (or 0xEC5F78) is known color: Brink Pink. HEX triplet: EC, 5F and 78. RGB value is (236,95,120). Sum of RGB (Red+Green+Blue) = 236+95+120=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F78 is #13A087. Grayscale: #8C8C8C. Windows color (decimal): -1286280 or 7888876. OLE color: 7888876.

HSL color Cylindrical-coordinate representation of color #EC5F78: hue angle of 349.36º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F78 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 95 120 -
CMYK 0 0.60 0.49 0.07
HSL 349.36º 0.79% 0.65% -
HSV(B) 349.36º 0.6% 0.93% -
XYZ 42.07 27.37 20.84 -
YUV 140.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 236 95 120 0 0.60 0.49 0.07 349.36 0.79 0.65
Hex EC 5F 78 0 3C 31 7 15D 4F 41
Octal 354 137 170 0 74 61 7 535 117 101
Binary 11101100 1011111 1111000 0 111100 110001 111 101011101 1001111 1000001

Color Harmonies of #EC5F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F78

Black with #EC5F78

Text Example


Text Example

White with #EC5F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F78; }

 p { color: rgb(236,95,120); }

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

background-color css

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

 a { background-color: rgb(236,95,120); }

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

border-color css

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

 span { border-color: rgb(236,95,120); }

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