Html Css Color HEX #EC6383 Brink Pink

📋 copy color: '#EC6383'

red 236 ◦ green 99 ◦ blue 131

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

Shades of Brink Pink #EC6383

Tints of Brink Pink #EC6383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.11%

R = 50.64%
G = 21.24%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC6383 (or 0xEC6383) is known color: Brink Pink. HEX triplet: EC, 63 and 83. RGB value is (236,99,131). Sum of RGB (Red+Green+Blue) = 236+99+131=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6383 is #139C7C. Grayscale: #8F8F8F. Windows color (decimal): -1285245 or 8610796. OLE color: 8610796.

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

Color convert

RGB 236 99 131 -
CMYK 0 0.58 0.44 0.07
HSL 345.99º 0.78% 0.66% -
HSV(B) 345.99º 0.58% 0.93% -
XYZ 43.15 28.4 24.68 -
YUV 143.61 120.89 193.9 -
System Red Green Blue C M Y K H S L
Decimal 236 99 131 0 0.58 0.44 0.07 345.99 0.78 0.66
Hex EC 63 83 0 3A 2C 7 15A 4E 42
Octal 354 143 203 0 72 54 7 532 116 102
Binary 11101100 1100011 10000011 0 111010 101100 111 101011010 1001110 1000010

Color Harmonies of #EC6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6383

Black with #EC6383

Text Example


Text Example

White with #EC6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6383; }

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

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

background-color css

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

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

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

border-color css

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

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

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