Html Css Color HEX #EC6480 Brink Pink

📋 copy color: '#EC6480'

red 236 ◦ green 100 ◦ blue 128

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

Shades of Brink Pink #EC6480

Tints of Brink Pink #EC6480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

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

R = 50.86%
G = 21.55%
B = 27.59%

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

#EC6480 (or 0xEC6480) is known color: Brink Pink. HEX triplet: EC, 64 and 80. RGB value is (236,100,128). Sum of RGB (Red+Green+Blue) = 236+100+128=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6480 is #139B7F. Grayscale: #8F8F8F. Windows color (decimal): -1284992 or 8414444. OLE color: 8414444.

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

Color convert

RGB 236 100 128 -
CMYK 0 0.58 0.46 0.07
HSL 347.65º 0.78% 0.66% -
HSV(B) 347.65º 0.58% 0.93% -
XYZ 43.05 28.51 23.66 -
YUV 143.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 236 100 128 0 0.58 0.46 0.07 347.65 0.78 0.66
Hex EC 64 80 0 3A 2E 7 15C 4E 42
Octal 354 144 200 0 72 56 7 534 116 102
Binary 11101100 1100100 10000000 0 111010 101110 111 101011100 1001110 1000010

Color Harmonies of #EC6480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6480

Black with #EC6480

Text Example


Text Example

White with #EC6480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6480; }

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

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

background-color css

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

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

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

border-color css

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

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

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