Html Css Color HEX #ED3E7D Violet Red

📋 copy color: '#ED3E7D'

red 237 ◦ green 62 ◦ blue 125

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

Shades of Violet Red #ED3E7D

Tints of Violet Red #ED3E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.62%

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

R = 55.9%
G = 14.62%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED3E7D (or 0xED3E7D) is known color: Violet Red. HEX triplet: ED, 3E and 7D. RGB value is (237,62,125). Sum of RGB (Red+Green+Blue) = 237+62+125=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3E7D is #12C182. Grayscale: #797979. Windows color (decimal): -1229187 or 8208109. OLE color: 8208109.

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

Color convert

RGB 237 62 125 -
CMYK 0 0.74 0.47 0.07
HSL 338.4º 0.83% 0.59% -
HSV(B) 338.4º 0.74% 0.93% -
XYZ 40.35 22.93 21.7 -
YUV 121.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 237 62 125 0 0.74 0.47 0.07 338.4 0.83 0.59
Hex ED 3E 7D 0 4A 2F 7 152 53 3B
Octal 355 76 175 0 112 57 7 522 123 73
Binary 11101101 111110 1111101 0 1001010 101111 111 101010010 1010011 111011

Color Harmonies of #ED3E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3E7D

Black with #ED3E7D

Text Example


Text Example

White with #ED3E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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