Html Css Color HEX #ED4795 Violet Red

📋 copy color: '#ED4795'

red 237 ◦ green 71 ◦ blue 149

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

Shades of Violet Red #ED4795

Tints of Violet Red #ED4795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.54%

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

R = 51.86%
G = 15.54%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ED4795 (or 0xED4795) is known color: Violet Red. HEX triplet: ED, 47 and 95. RGB value is (237,71,149). Sum of RGB (Red+Green+Blue) = 237+71+149=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4795 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4795 is #12B86A. Grayscale: #818181. Windows color (decimal): -1226859 or 9783277. OLE color: 9783277.

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

Color convert

RGB 237 71 149 -
CMYK 0 0.70 0.37 0.07
HSL 331.81º 0.82% 0.6% -
HSV(B) 331.81º 0.7% 0.93% -
XYZ 42.6 24.68 30.95 -
YUV 129.53 139 204.66 -
System Red Green Blue C M Y K H S L
Decimal 237 71 149 0 0.70 0.37 0.07 331.81 0.82 0.6
Hex ED 47 95 0 46 25 7 14C 52 3C
Octal 355 107 225 0 106 45 7 514 122 74
Binary 11101101 1000111 10010101 0 1000110 100101 111 101001100 1010010 111100

Color Harmonies of #ED4795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4795

Black with #ED4795

Text Example


Text Example

White with #ED4795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4795; }

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

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

background-color css

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

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

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

border-color css

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

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

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