Html Css Color HEX #ED3D8F Violet Red

📋 copy color: '#ED3D8F'

red 237 ◦ green 61 ◦ blue 143

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

Shades of Violet Red #ED3D8F

Tints of Violet Red #ED3D8F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.83%

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 53.74%
G = 13.83%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED3D8F (or 0xED3D8F) is known color: Violet Red. HEX triplet: ED, 3D and 8F. RGB value is (237,61,143). Sum of RGB (Red+Green+Blue) = 237+61+143=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3D8F is #12C270. Grayscale: #7A7A7A. Windows color (decimal): -1229425 or 9387501. OLE color: 9387501.

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

Color convert

RGB 237 61 143 -
CMYK 0 0.74 0.40 0.07
HSL 332.05º 0.83% 0.58% -
HSV(B) 332.05º 0.74% 0.93% -
XYZ 41.55 23.33 28.3 -
YUV 122.97 139.31 209.33 -
System Red Green Blue C M Y K H S L
Decimal 237 61 143 0 0.74 0.40 0.07 332.05 0.83 0.58
Hex ED 3D 8F 0 4A 28 7 14C 53 3A
Octal 355 75 217 0 112 50 7 514 123 72
Binary 11101101 111101 10001111 0 1001010 101000 111 101001100 1010011 111010

Color Harmonies of #ED3D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3D8F

Black with #ED3D8F

Text Example


Text Example

White with #ED3D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3D8F; }

 p { color: rgb(237,61,143); }

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

background-color css

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

 a { background-color: rgb(237,61,143); }

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

border-color css

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

 span { border-color: rgb(237,61,143); }

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