Html Css Color HEX #EC5F7B Brink Pink

📋 copy color: '#EC5F7B'

red 236 ◦ green 95 ◦ blue 123

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

Shades of Brink Pink #EC5F7B

Tints of Brink Pink #EC5F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 51.98%
G = 20.93%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC5F7B (or 0xEC5F7B) is known color: Brink Pink. HEX triplet: EC, 5F and 7B. RGB value is (236,95,123). Sum of RGB (Red+Green+Blue) = 236+95+123=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F7B is #13A084. Grayscale: #8C8C8C. Windows color (decimal): -1286277 or 8085484. OLE color: 8085484.

HSL color Cylindrical-coordinate representation of color #EC5F7B: hue angle of 348.09º 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 #EC5F7B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 95 123 -
CMYK 0 0.60 0.48 0.07
HSL 348.09º 0.79% 0.65% -
HSV(B) 348.09º 0.6% 0.93% -
XYZ 42.26 27.45 21.81 -
YUV 140.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 236 95 123 0 0.60 0.48 0.07 348.09 0.79 0.65
Hex EC 5F 7B 0 3C 30 7 15C 4F 41
Octal 354 137 173 0 74 60 7 534 117 101
Binary 11101100 1011111 1111011 0 111100 110000 111 101011100 1001111 1000001

Color Harmonies of #EC5F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F7B

Black with #EC5F7B

Text Example


Text Example

White with #EC5F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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