#ED427B

Color #ED427B Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #ED427B

Tints of Violet Red #ED427B

Color information

#ED427B (or 0xED427B) is unknown color: approx Violet Red. HEX triplet: ED, 42 and 7B. RGB value is (237,66,123). Sum of RGB (Red+Green+Blue) = 237+66+123=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED427B is #12BD84. Grayscale: #7B7B7B. Windows color (decimal): -1228165 or 8078061. OLE color: 8078061.

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

Color convert

RGB23766123-
CMYK00.720.480.07
HSL340º82.61%59.41%-
HSV(B)340º72.15%92.94%-
XYZ40.4523.3321.11-
YUV123.63127.65208.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.63%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=55.63%
G=15.49%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376612300.720.480.0734082.6159.41
HexED427B048307154533b
Octal355102173011060752412373
Binary1110110110000101111011010010001100001111010101001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED427B; }

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

 H1.HeaderClassName
 {
   color: #ED427B;
 }
 .AnyTagClassName
 {
   color: #ED427B;
 }
</style>
background-color css

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

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

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

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

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

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