Html Css Color HEX #ED4197 Violet Red

📋 copy color: '#ED4197'

red 237 ◦ green 65 ◦ blue 151

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

Shades of Violet Red #ED4197

Tints of Violet Red #ED4197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.33%

R = 52.32%
G = 14.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED4197 (or 0xED4197) is known color: Violet Red. HEX triplet: ED, 41 and 97. RGB value is (237,65,151). Sum of RGB (Red+Green+Blue) = 237+65+151=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4197 is #12BE68. Grayscale: #7E7E7E. Windows color (decimal): -1228393 or 9912813. OLE color: 9912813.

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

Color convert

RGB 237 65 151 -
CMYK 0 0.73 0.36 0.07
HSL 330º 0.83% 0.59% -
HSV(B) 330º 0.73% 0.93% -
XYZ 42.4 24.02 31.68 -
YUV 126.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 237 65 151 0 0.73 0.36 0.07 330 0.83 0.59
Hex ED 41 97 0 49 24 7 14A 53 3B
Octal 355 101 227 0 111 44 7 512 123 73
Binary 11101101 1000001 10010111 0 1001001 100100 111 101001010 1010011 111011

Color Harmonies of #ED4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4197

Black with #ED4197

Text Example


Text Example

White with #ED4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4197; }

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

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

background-color css

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

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

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

border-color css

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

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

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