Html Css Color HEX #ED417B Violet Red

📋 copy color: '#ED417B'

red 237 ◦ green 65 ◦ blue 123

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

Shades of Violet Red #ED417B

Tints of Violet Red #ED417B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 55.76%
G = 15.29%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED417B (or 0xED417B) is known color: Violet Red. HEX triplet: ED, 41 and 7B. RGB value is (237,65,123). Sum of RGB (Red+Green+Blue) = 237+65+123=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED417B is #12BE84. Grayscale: #7A7A7A. Windows color (decimal): -1228421 or 8077805. OLE color: 8077805.

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

Color convert

RGB 237 65 123 -
CMYK 0 0.73 0.48 0.07
HSL 339.77º 0.83% 0.59% -
HSV(B) 339.77º 0.73% 0.93% -
XYZ 40.39 23.22 21.09 -
YUV 123.04 127.98 209.28 -
System Red Green Blue C M Y K H S L
Decimal 237 65 123 0 0.73 0.48 0.07 339.77 0.83 0.59
Hex ED 41 7B 0 49 30 7 154 53 3B
Octal 355 101 173 0 111 60 7 524 123 73
Binary 11101101 1000001 1111011 0 1001001 110000 111 101010100 1010011 111011

Color Harmonies of #ED417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED417B

Black with #ED417B

Text Example


Text Example

White with #ED417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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