Html Css Color HEX #EC6280 Brink Pink

📋 copy color: '#EC6280'

red 236 ◦ green 98 ◦ blue 128

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

Shades of Brink Pink #EC6280

Tints of Brink Pink #EC6280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 51.08%
G = 21.21%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC6280 (or 0xEC6280) is known color: Brink Pink. HEX triplet: EC, 62 and 80. RGB value is (236,98,128). Sum of RGB (Red+Green+Blue) = 236+98+128=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6280 is #139D7F. Grayscale: #8E8E8E. Windows color (decimal): -1285504 or 8413932. OLE color: 8413932.

HSL color Cylindrical-coordinate representation of color #EC6280: hue angle of 346.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC6280 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 98 128 -
CMYK 0 0.58 0.46 0.07
HSL 346.96º 0.78% 0.65% -
HSV(B) 346.96º 0.58% 0.93% -
XYZ 42.86 28.13 23.59 -
YUV 142.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 236 98 128 0 0.58 0.46 0.07 346.96 0.78 0.65
Hex EC 62 80 0 3A 2E 7 15B 4E 41
Octal 354 142 200 0 72 56 7 533 116 101
Binary 11101100 1100010 10000000 0 111010 101110 111 101011011 1001110 1000001

Color Harmonies of #EC6280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6280

Black with #EC6280

Text Example


Text Example

White with #EC6280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6280; }

 p { color: rgb(236,98,128); }

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

background-color css

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

 a { background-color: rgb(236,98,128); }

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

border-color css

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

 span { border-color: rgb(236,98,128); }

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