Html Css Color HEX #EC3F75 Dark Pink

📋 copy color: '#EC3F75'

red 236 ◦ green 63 ◦ blue 117

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

Shades of Dark Pink #EC3F75

Tints of Dark Pink #EC3F75

RGB

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

 GREEN value IS 63 (25% from 255) = 15.14%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 56.73%
G = 15.14%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC3F75 (or 0xEC3F75) is known color: Dark Pink. HEX triplet: EC, 3F and 75. RGB value is (236,63,117). Sum of RGB (Red+Green+Blue) = 236+63+117=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F75 is #13C08A. Grayscale: #787878. Windows color (decimal): -1294475 or 7684076. OLE color: 7684076.

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

Color convert

RGB 236 63 117 -
CMYK 0 0.73 0.50 0.07
HSL 341.27º 0.82% 0.59% -
HSV(B) 341.27º 0.73% 0.93% -
XYZ 39.58 22.67 19.12 -
YUV 120.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 236 63 117 0 0.73 0.50 0.07 341.27 0.82 0.59
Hex EC 3F 75 0 49 32 7 155 52 3B
Octal 354 77 165 0 111 62 7 525 122 73
Binary 11101100 111111 1110101 0 1001001 110010 111 101010101 1010010 111011

Color Harmonies of #EC3F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F75

Black with #EC3F75

Text Example


Text Example

White with #EC3F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F75; }

 p { color: rgb(236,63,117); }

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

background-color css

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

 a { background-color: rgb(236,63,117); }

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

border-color css

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

 span { border-color: rgb(236,63,117); }

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