Html Css Color HEX #EC6381 Brink Pink

📋 copy color: '#EC6381'

red 236 ◦ green 99 ◦ blue 129

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

Shades of Brink Pink #EC6381

Tints of Brink Pink #EC6381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.34%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 50.86%
G = 21.34%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EC6381 (or 0xEC6381) is known color: Brink Pink. HEX triplet: EC, 63 and 81. RGB value is (236,99,129). Sum of RGB (Red+Green+Blue) = 236+99+129=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6381 is #139C7E. Grayscale: #8F8F8F. Windows color (decimal): -1285247 or 8479724. OLE color: 8479724.

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

Color convert

RGB 236 99 129 -
CMYK 0 0.58 0.45 0.07
HSL 346.86º 0.78% 0.66% -
HSV(B) 346.86º 0.58% 0.93% -
XYZ 43.02 28.34 23.97 -
YUV 143.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 236 99 129 0 0.58 0.45 0.07 346.86 0.78 0.66
Hex EC 63 81 0 3A 2D 7 15B 4E 42
Octal 354 143 201 0 72 55 7 533 116 102
Binary 11101100 1100011 10000001 0 111010 101101 111 101011011 1001110 1000010

Color Harmonies of #EC6381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6381

Black with #EC6381

Text Example


Text Example

White with #EC6381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6381; }

 p { color: rgb(236,99,129); }

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

background-color css

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

 a { background-color: rgb(236,99,129); }

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

border-color css

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

 span { border-color: rgb(236,99,129); }

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