#FF2E7E

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

Shades of Violet Red #FF2E7E

Tints of Violet Red #FF2E7E

Color information

#FF2E7E (or 0xFF2E7E) is unknown color: approx Violet Red. HEX triplet: FF, 2E and 7E. RGB value is (255,46,126). Sum of RGB (Red+Green+Blue) = 255+46+126=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E7E is #00D181. Grayscale: #757575. Windows color (decimal): -53634 or 8269567. OLE color: 8269567.

HSL color Cylindrical-coordinate representation of color #FF2E7E: hue angle of 337.03º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2E7E is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB25546126-
CMYK00.820.510
HSL337.03º100%59.02%-
HSV(B)337.03º81.96%100%-
XYZ45.9824.7222.09-
YUV117.61132.74226-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.72%
GREEN value IS 46 (18.36% from 255) = 10.77%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=59.72%
G=10.77%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554612600.820.510337.0310059.02
HexFF2E7E052330151643b
Octal37756176012263052114473
Binary1111111110111011111100101001011001101010100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E7E; }

 p { color: rgb(255,46,126); }

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

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

 a { background-color: rgb(255,46,126); }

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

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

 span { border-color: rgb(255,46,126); }

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