Html Css Color HEX #ED4381 Violet Red

📋 copy color: '#ED4381'

red 237 ◦ green 67 ◦ blue 129

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

Shades of Violet Red #ED4381

Tints of Violet Red #ED4381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.47%

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 54.73%
G = 15.47%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED4381 (or 0xED4381) is known color: Violet Red. HEX triplet: ED, 43 and 81. RGB value is (237,67,129). Sum of RGB (Red+Green+Blue) = 237+67+129=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4381 is #12BC7E. Grayscale: #7C7C7C. Windows color (decimal): -1227903 or 8471533. OLE color: 8471533.

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

Color convert

RGB 237 67 129 -
CMYK 0 0.72 0.46 0.07
HSL 338.12º 0.83% 0.6% -
HSV(B) 338.12º 0.72% 0.93% -
XYZ 40.89 23.6 23.17 -
YUV 124.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 237 67 129 0 0.72 0.46 0.07 338.12 0.83 0.6
Hex ED 43 81 0 48 2E 7 152 53 3C
Octal 355 103 201 0 110 56 7 522 123 74
Binary 11101101 1000011 10000001 0 1001000 101110 111 101010010 1010011 111100

Color Harmonies of #ED4381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4381

Black with #ED4381

Text Example


Text Example

White with #ED4381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4381; }

 p { color: rgb(237,67,129); }

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

background-color css

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

 a { background-color: rgb(237,67,129); }

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

border-color css

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

 span { border-color: rgb(237,67,129); }

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