Html Css Color HEX #EC4278 Dark Pink

📋 copy color: '#EC4278'

red 236 ◦ green 66 ◦ blue 120

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

Shades of Dark Pink #EC4278

Tints of Dark Pink #EC4278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.64%

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 55.92%
G = 15.64%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC4278 (or 0xEC4278) is known color: Dark Pink. HEX triplet: EC, 42 and 78. RGB value is (236,66,120). Sum of RGB (Red+Green+Blue) = 236+66+120=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4278 is #13BD87. Grayscale: #7A7A7A. Windows color (decimal): -1293704 or 7881452. OLE color: 7881452.

HSL color Cylindrical-coordinate representation of color #EC4278: hue angle of 340.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4278 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 66 120 -
CMYK 0 0.72 0.49 0.07
HSL 340.94º 0.82% 0.59% -
HSV(B) 340.94º 0.72% 0.93% -
XYZ 39.93 23.09 20.12 -
YUV 122.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 236 66 120 0 0.72 0.49 0.07 340.94 0.82 0.59
Hex EC 42 78 0 48 31 7 155 52 3B
Octal 354 102 170 0 110 61 7 525 122 73
Binary 11101100 1000010 1111000 0 1001000 110001 111 101010101 1010010 111011

Color Harmonies of #EC4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4278

Black with #EC4278

Text Example


Text Example

White with #EC4278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4278; }

 p { color: rgb(236,66,120); }

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

background-color css

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

 a { background-color: rgb(236,66,120); }

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

border-color css

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

 span { border-color: rgb(236,66,120); }

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