Html Css Color HEX #EC448B Violet Red

📋 copy color: '#EC448B'

red 236 ◦ green 68 ◦ blue 139

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

Shades of Violet Red #EC448B

Tints of Violet Red #EC448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.35%

 BLUE value IS 139 (54.69% from 255) = 31.38%

R = 53.27%
G = 15.35%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC448B (or 0xEC448B) is known color: Violet Red. HEX triplet: EC, 44 and 8B. RGB value is (236,68,139). Sum of RGB (Red+Green+Blue) = 236+68+139=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC448B is #13BB74. Grayscale: #7E7E7E. Windows color (decimal): -1293173 or 9127148. OLE color: 9127148.

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

Color convert

RGB 236 68 139 -
CMYK 0 0.71 0.41 0.07
HSL 334.64º 0.82% 0.6% -
HSV(B) 334.64º 0.71% 0.93% -
XYZ 41.32 23.83 26.85 -
YUV 126.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 236 68 139 0 0.71 0.41 0.07 334.64 0.82 0.6
Hex EC 44 8B 0 47 29 7 14F 52 3C
Octal 354 104 213 0 107 51 7 517 122 74
Binary 11101100 1000100 10001011 0 1000111 101001 111 101001111 1010010 111100

Color Harmonies of #EC448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC448B

Black with #EC448B

Text Example


Text Example

White with #EC448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC448B; }

 p { color: rgb(236,68,139); }

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

background-color css

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

 a { background-color: rgb(236,68,139); }

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

border-color css

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

 span { border-color: rgb(236,68,139); }

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