#ff2e84

Color #FF2E84 Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FF2E84

Tints of Wild Strawberry #FF2E84

Color information

#FF2E84 (or 0xFF2E84) is unknown color: approx Wild Strawberry. HEX triplet: FF, 2E and 84. RGB value is (255,46,132). Sum of RGB (Red+Green+Blue) = 255+46+132=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2E84 is #00D17B. Grayscale: #767676. Windows color (decimal): -53628 or 8662783. OLE color: 8662783.

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

Color convert

RGB25546132-
CMYK00.820.480
HSL335.31º100%59.02%-
HSV(B)335.31º81.96%100%-
XYZ46.3824.8824.19-
YUV118.29135.74225.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 46 (18.36% from 255) = 10.62%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=58.89%
G=10.62%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554613200.820.480335.3110059.02
HexFF2E8405230014f643b
Octal37756204012260051714473
Binary11111111101110100001000101001011000001010011111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff2e84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff2e84; }

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

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

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

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

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

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

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

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