Html Css Color HEX #ED4495 Violet Red

📋 copy color: '#ED4495'

red 237 ◦ green 68 ◦ blue 149

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

Shades of Violet Red #ED4495

Tints of Violet Red #ED4495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.82%

R = 52.2%
G = 14.98%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED4495 (or 0xED4495) is known color: Violet Red. HEX triplet: ED, 44 and 95. RGB value is (237,68,149). Sum of RGB (Red+Green+Blue) = 237+68+149=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4495 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4495 is #12BB6A. Grayscale: #7F7F7F. Windows color (decimal): -1227627 or 9782509. OLE color: 9782509.

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

Color convert

RGB 237 68 149 -
CMYK 0 0.71 0.37 0.07
HSL 331.24º 0.82% 0.6% -
HSV(B) 331.24º 0.71% 0.93% -
XYZ 42.42 24.31 30.89 -
YUV 127.77 139.99 205.91 -
System Red Green Blue C M Y K H S L
Decimal 237 68 149 0 0.71 0.37 0.07 331.24 0.82 0.6
Hex ED 44 95 0 47 25 7 14B 52 3C
Octal 355 104 225 0 107 45 7 513 122 74
Binary 11101101 1000100 10010101 0 1000111 100101 111 101001011 1010010 111100

Color Harmonies of #ED4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4495

Black with #ED4495

Text Example


Text Example

White with #ED4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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