Html Css Color HEX #ED367B Violet Red

📋 copy color: '#ED367B'

red 237 ◦ green 54 ◦ blue 123

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

Shades of Violet Red #ED367B

Tints of Violet Red #ED367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

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

R = 57.25%
G = 13.04%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED367B (or 0xED367B) is known color: Violet Red. HEX triplet: ED, 36 and 7B. RGB value is (237,54,123). Sum of RGB (Red+Green+Blue) = 237+54+123=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED367B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED367B is #12C984. Grayscale: #747474. Windows color (decimal): -1231237 or 8074989. OLE color: 8074989.

HSL color Cylindrical-coordinate representation of color #ED367B: hue angle of 337.38º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED367B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 54 123 -
CMYK 0 0.77 0.48 0.07
HSL 337.38º 0.84% 0.57% -
HSV(B) 337.38º 0.77% 0.93% -
XYZ 39.82 22.07 20.9 -
YUV 116.58 131.63 213.89 -
System Red Green Blue C M Y K H S L
Decimal 237 54 123 0 0.77 0.48 0.07 337.38 0.84 0.57
Hex ED 36 7B 0 4D 30 7 151 54 39
Octal 355 66 173 0 115 60 7 521 124 71
Binary 11101101 110110 1111011 0 1001101 110000 111 101010001 1010100 111001

Color Harmonies of #ED367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED367B

Black with #ED367B

Text Example


Text Example

White with #ED367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED367B; }

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

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

background-color css

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

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

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

border-color css

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

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

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