Html Css Color HEX #EC6286 Dark Pink

📋 copy color: '#EC6286'

red 236 ◦ green 98 ◦ blue 134

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

Shades of Dark Pink #EC6286

Tints of Dark Pink #EC6286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.63%

R = 50.43%
G = 20.94%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC6286 (or 0xEC6286) is known color: Dark Pink. HEX triplet: EC, 62 and 86. RGB value is (236,98,134). Sum of RGB (Red+Green+Blue) = 236+98+134=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6286 is #139D79. Grayscale: #8F8F8F. Windows color (decimal): -1285498 or 8807148. OLE color: 8807148.

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

Color convert

RGB 236 98 134 -
CMYK 0 0.58 0.43 0.07
HSL 344.35º 0.78% 0.65% -
HSV(B) 344.35º 0.58% 0.93% -
XYZ 43.26 28.29 25.73 -
YUV 143.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 236 98 134 0 0.58 0.43 0.07 344.35 0.78 0.65
Hex EC 62 86 0 3A 2B 7 158 4E 41
Octal 354 142 206 0 72 53 7 530 116 101
Binary 11101100 1100010 10000110 0 111010 101011 111 101011000 1001110 1000001

Color Harmonies of #EC6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6286

Black with #EC6286

Text Example


Text Example

White with #EC6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6286; }

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

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

background-color css

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

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

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

border-color css

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

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

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