#FF2E9B

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

Shades of Wild Strawberry #FF2E9B

Tints of Wild Strawberry #FF2E9B

Color information

#FF2E9B (or 0xFF2E9B) is unknown color: approx Wild Strawberry. HEX triplet: FF, 2E and 9B. RGB value is (255,46,155). Sum of RGB (Red+Green+Blue) = 255+46+155=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2E9B is #00D164. Grayscale: #787878. Windows color (decimal): -53605 or 10170111. OLE color: 10170111.

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

Color convert

RGB25546155-
CMYK00.820.390
HSL328.71º100%59.02%-
HSV(B)328.71º81.96%100%-
XYZ48.1325.5833.41-
YUV120.92147.24223.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.92%
GREEN value IS 46 (18.36% from 255) = 10.09%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=55.92%
G=10.09%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554615500.820.390328.7110059.02
HexFF2E9B052270149643b
Octal37756233012247051114473
Binary11111111101110100110110101001010011101010010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E9B; }

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

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

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

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

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

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

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

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