Html Css Color HEX #ED427F Violet Red

📋 copy color: '#ED427F'

red 237 ◦ green 66 ◦ blue 127

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

Shades of Violet Red #ED427F

Tints of Violet Red #ED427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 55.12%
G = 15.35%
B = 29.53%

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

#ED427F (or 0xED427F) is known color: Violet Red. HEX triplet: ED, 42 and 7F. RGB value is (237,66,127). Sum of RGB (Red+Green+Blue) = 237+66+127=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED427F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED427F is #12BD80. Grayscale: #7C7C7C. Windows color (decimal): -1228161 or 8340205. OLE color: 8340205.

HSL color Cylindrical-coordinate representation of color #ED427F: hue angle of 338.6º 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 #ED427F is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 66 127 -
CMYK 0 0.72 0.46 0.07
HSL 338.6º 0.83% 0.59% -
HSV(B) 338.6º 0.72% 0.93% -
XYZ 40.7 23.43 22.46 -
YUV 124.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 237 66 127 0 0.72 0.46 0.07 338.6 0.83 0.59
Hex ED 42 7F 0 48 2E 7 153 53 3B
Octal 355 102 177 0 110 56 7 523 123 73
Binary 11101101 1000010 1111111 0 1001000 101110 111 101010011 1010011 111011

Color Harmonies of #ED427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED427F

Black with #ED427F

Text Example


Text Example

White with #ED427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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