#FF2E93

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

Shades of Wild Strawberry #FF2E93

Tints of Wild Strawberry #FF2E93

Color information

#FF2E93 (or 0xFF2E93) is unknown color: approx Wild Strawberry. HEX triplet: FF, 2E and 93. RGB value is (255,46,147). Sum of RGB (Red+Green+Blue) = 255+46+147=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2E93 is #00D16C. Grayscale: #777777. Windows color (decimal): -53613 or 9645823. OLE color: 9645823.

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

Color convert

RGB25546147-
CMYK00.820.420
HSL331º100%59.02%-
HSV(B)331º81.96%100%-
XYZ47.4825.3229.99-
YUV120143.24224.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.92%
GREEN value IS 46 (18.36% from 255) = 10.27%
BLUE value IS 147 (57.81% from 255) = 32.81%
R=56.92%
G=10.27%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554614700.820.42033110059.02
HexFF2E930522A014b643b
Octal37756223012252051314473
Binary11111111101110100100110101001010101001010010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E93; }

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

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

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

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

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

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

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

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