Html Css Color HEX #ED449C Violet Red

📋 copy color: '#ED449C'

red 237 ◦ green 68 ◦ blue 156

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

Shades of Violet Red #ED449C

Tints of Violet Red #ED449C

RGB

 RED value IS 237 (92.97% from 255) = 51.41%

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

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 51.41%
G = 14.75%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED449C (or 0xED449C) is known color: Violet Red. HEX triplet: ED, 44 and 9C. RGB value is (237,68,156). Sum of RGB (Red+Green+Blue) = 237+68+156=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #ED449C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED449C is #12BB63. Grayscale: #808080. Windows color (decimal): -1227620 or 10241261. OLE color: 10241261.

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

Color convert

RGB 237 68 156 -
CMYK 0 0.71 0.34 0.07
HSL 328.76º 0.82% 0.6% -
HSV(B) 328.76º 0.71% 0.93% -
XYZ 42.99 24.54 33.92 -
YUV 128.56 143.49 205.34 -
System Red Green Blue C M Y K H S L
Decimal 237 68 156 0 0.71 0.34 0.07 328.76 0.82 0.6
Hex ED 44 9C 0 47 22 7 149 52 3C
Octal 355 104 234 0 107 42 7 511 122 74
Binary 11101101 1000100 10011100 0 1000111 100010 111 101001001 1010010 111100

Color Harmonies of #ED449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED449C

Black with #ED449C

Text Example


Text Example

White with #ED449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED449C; }

 p { color: rgb(237,68,156); }

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

background-color css

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

 a { background-color: rgb(237,68,156); }

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

border-color css

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

 span { border-color: rgb(237,68,156); }

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