Html Css Color HEX #EC6284 Dark Pink

📋 copy color: '#EC6284'

red 236 ◦ green 98 ◦ blue 132

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

Shades of Dark Pink #EC6284

Tints of Dark Pink #EC6284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 50.64%
G = 21.03%
B = 28.33%

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

#EC6284 (or 0xEC6284) is known color: Dark Pink. HEX triplet: EC, 62 and 84. RGB value is (236,98,132). Sum of RGB (Red+Green+Blue) = 236+98+132=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6284 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6284 is #139D7B. Grayscale: #8F8F8F. Windows color (decimal): -1285500 or 8676076. OLE color: 8676076.

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

Color convert

RGB 236 98 132 -
CMYK 0 0.58 0.44 0.07
HSL 345.22º 0.78% 0.65% -
HSV(B) 345.22º 0.58% 0.93% -
XYZ 43.12 28.23 25.01 -
YUV 143.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 236 98 132 0 0.58 0.44 0.07 345.22 0.78 0.65
Hex EC 62 84 0 3A 2C 7 159 4E 41
Octal 354 142 204 0 72 54 7 531 116 101
Binary 11101100 1100010 10000100 0 111010 101100 111 101011001 1001110 1000001

Color Harmonies of #EC6284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6284

Black with #EC6284

Text Example


Text Example

White with #EC6284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6284; }

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

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

background-color css

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

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

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

border-color css

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

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

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