Html Css Color HEX #EC3D7D Violet Red

📋 copy color: '#EC3D7D'

red 236 ◦ green 61 ◦ blue 125

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

Shades of Violet Red #EC3D7D

Tints of Violet Red #EC3D7D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.45%

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 55.92%
G = 14.45%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC3D7D (or 0xEC3D7D) is known color: Violet Red. HEX triplet: EC, 3D and 7D. RGB value is (236,61,125). Sum of RGB (Red+Green+Blue) = 236+61+125=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3D7D is #13C282. Grayscale: #787878. Windows color (decimal): -1294979 or 8207852. OLE color: 8207852.

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

Color convert

RGB 236 61 125 -
CMYK 0 0.74 0.47 0.07
HSL 338.06º 0.82% 0.58% -
HSV(B) 338.06º 0.74% 0.93% -
XYZ 39.96 22.65 21.67 -
YUV 120.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 236 61 125 0 0.74 0.47 0.07 338.06 0.82 0.58
Hex EC 3D 7D 0 4A 2F 7 152 52 3A
Octal 354 75 175 0 112 57 7 522 122 72
Binary 11101100 111101 1111101 0 1001010 101111 111 101010010 1010010 111010

Color Harmonies of #EC3D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D7D

Black with #EC3D7D

Text Example


Text Example

White with #EC3D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D7D; }

 p { color: rgb(236,61,125); }

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

background-color css

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

 a { background-color: rgb(236,61,125); }

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

border-color css

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

 span { border-color: rgb(236,61,125); }

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