Html Css Color HEX #ED357E Violet Red

📋 copy color: '#ED357E'

red 237 ◦ green 53 ◦ blue 126

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

Shades of Violet Red #ED357E

Tints of Violet Red #ED357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.74%

 BLUE value IS 126 (49.61% from 255) = 30.29%

R = 56.97%
G = 12.74%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED357E (or 0xED357E) is known color: Violet Red. HEX triplet: ED, 35 and 7E. RGB value is (237,53,126). Sum of RGB (Red+Green+Blue) = 237+53+126=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED357E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED357E is #12CA81. Grayscale: #747474. Windows color (decimal): -1231490 or 8271341. OLE color: 8271341.

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

Color convert

RGB 237 53 126 -
CMYK 0 0.78 0.47 0.07
HSL 336.2º 0.84% 0.57% -
HSV(B) 336.2º 0.78% 0.93% -
XYZ 39.96 22.06 21.89 -
YUV 116.34 133.46 214.06 -
System Red Green Blue C M Y K H S L
Decimal 237 53 126 0 0.78 0.47 0.07 336.2 0.84 0.57
Hex ED 35 7E 0 4E 2F 7 150 54 39
Octal 355 65 176 0 116 57 7 520 124 71
Binary 11101101 110101 1111110 0 1001110 101111 111 101010000 1010100 111001

Color Harmonies of #ED357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED357E

Black with #ED357E

Text Example


Text Example

White with #ED357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED357E; }

 p { color: rgb(237,53,126); }

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

background-color css

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

 a { background-color: rgb(237,53,126); }

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

border-color css

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

 span { border-color: rgb(237,53,126); }

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