Html Css Color HEX #FF2EB4 Spicy Pink

📋 copy color: '#FF2EB4'

red 255 ◦ green 46 ◦ blue 180

#FF2EB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Pink #FF2EB4

Tints of Spicy Pink #FF2EB4

RGB

 RED value IS 255 (100% from 255) = 53.01%

 GREEN value IS 46 (18.36% from 255) = 9.56%

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 53.01%
G = 9.56%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF2EB4 (or 0xFF2EB4) is known color: Spicy Pink. HEX triplet: FF, 2E and B4. RGB value is (255,46,180). Sum of RGB (Red+Green+Blue) = 255+46+180=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 46 (18.36% from 255 or 9.56% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EB4 is #00D14B. Grayscale: #7B7B7B. Windows color (decimal): -53580 or 11808511. OLE color: 11808511.

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

Color convert

RGB 255 46 180 -
CMYK 0 0.82 0.29 0
HSL 321.53º 1% 0.59% -
HSV(B) 321.53º 0.82% 1% -
XYZ 50.46 26.51 45.64 -
YUV 123.77 159.74 221.6 -
System Red Green Blue C M Y K H S L
Decimal 255 46 180 0 0.82 0.29 0 321.53 1 0.59
Hex FF 2E B4 0 52 1D 0 142 64 3B
Octal 377 56 264 0 122 35 0 502 144 73
Binary 11111111 101110 10110100 0 1010010 11101 0 101000010 1100100 111011

Color Harmonies of #FF2EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2EB4

Black with #FF2EB4

Text Example


Text Example

White with #FF2EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2EB4; }

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

 H1.HeaderClassName
 {
   color: #FF2EB4;
 }
 .AnyTagClassName
 {
   color: #FF2EB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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