Html Css Color HEX #ED419A Violet Red

📋 copy color: '#ED419A'

red 237 ◦ green 65 ◦ blue 154

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

Shades of Violet Red #ED419A

Tints of Violet Red #ED419A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.25%

 BLUE value IS 154 (60.55% from 255) = 33.77%

R = 51.97%
G = 14.25%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED419A (or 0xED419A) is known color: Violet Red. HEX triplet: ED, 41 and 9A. RGB value is (237,65,154). Sum of RGB (Red+Green+Blue) = 237+65+154=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED419A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED419A is #12BE65. Grayscale: #7E7E7E. Windows color (decimal): -1228390 or 10109421. OLE color: 10109421.

HSL color Cylindrical-coordinate representation of color #ED419A: hue angle of 328.95º degrees, saturation: 0.83, 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 #ED419A is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 65 154 -
CMYK 0 0.73 0.35 0.07
HSL 328.95º 0.83% 0.59% -
HSV(B) 328.95º 0.73% 0.93% -
XYZ 42.65 24.12 32.98 -
YUV 126.57 143.48 206.76 -
System Red Green Blue C M Y K H S L
Decimal 237 65 154 0 0.73 0.35 0.07 328.95 0.83 0.59
Hex ED 41 9A 0 49 23 7 149 53 3B
Octal 355 101 232 0 111 43 7 511 123 73
Binary 11101101 1000001 10011010 0 1001001 100011 111 101001001 1010011 111011

Color Harmonies of #ED419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED419A

Black with #ED419A

Text Example


Text Example

White with #ED419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED419A; }

 p { color: rgb(237,65,154); }

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

background-color css

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

 a { background-color: rgb(237,65,154); }

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

border-color css

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

 span { border-color: rgb(237,65,154); }

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