Html Css Color HEX #ED417D Violet Red

📋 copy color: '#ED417D'

red 237 ◦ green 65 ◦ blue 125

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

Shades of Violet Red #ED417D

Tints of Violet Red #ED417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 55.5%
G = 15.22%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED417D (or 0xED417D) is known color: Violet Red. HEX triplet: ED, 41 and 7D. RGB value is (237,65,125). Sum of RGB (Red+Green+Blue) = 237+65+125=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED417D is #12BE82. Grayscale: #7B7B7B. Windows color (decimal): -1228419 or 8208877. OLE color: 8208877.

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

Color convert

RGB 237 65 125 -
CMYK 0 0.73 0.47 0.07
HSL 339.07º 0.83% 0.59% -
HSV(B) 339.07º 0.73% 0.93% -
XYZ 40.52 23.27 21.76 -
YUV 123.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 237 65 125 0 0.73 0.47 0.07 339.07 0.83 0.59
Hex ED 41 7D 0 49 2F 7 153 53 3B
Octal 355 101 175 0 111 57 7 523 123 73
Binary 11101101 1000001 1111101 0 1001001 101111 111 101010011 1010011 111011

Color Harmonies of #ED417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED417D

Black with #ED417D

Text Example


Text Example

White with #ED417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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