Html Css Color HEX #ED4281 Violet Red

📋 copy color: '#ED4281'

red 237 ◦ green 66 ◦ blue 129

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

Shades of Violet Red #ED4281

Tints of Violet Red #ED4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.28%

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

R = 54.86%
G = 15.28%
B = 29.86%

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

#ED4281 (or 0xED4281) is known color: Violet Red. HEX triplet: ED, 42 and 81. RGB value is (237,66,129). Sum of RGB (Red+Green+Blue) = 237+66+129=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4281 is #12BD7E. Grayscale: #7C7C7C. Windows color (decimal): -1228159 or 8471277. OLE color: 8471277.

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

Color convert

RGB 237 66 129 -
CMYK 0 0.72 0.46 0.07
HSL 337.89º 0.83% 0.59% -
HSV(B) 337.89º 0.72% 0.93% -
XYZ 40.84 23.49 23.15 -
YUV 124.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 237 66 129 0 0.72 0.46 0.07 337.89 0.83 0.59
Hex ED 42 81 0 48 2E 7 152 53 3B
Octal 355 102 201 0 110 56 7 522 123 73
Binary 11101101 1000010 10000001 0 1001000 101110 111 101010010 1010011 111011

Color Harmonies of #ED4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4281

Black with #ED4281

Text Example


Text Example

White with #ED4281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4281; }

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

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

background-color css

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

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

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

border-color css

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

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

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