Html Css Color HEX #FF2EB3 Spicy Pink

📋 copy color: '#FF2EB3'

red 255 ◦ green 46 ◦ blue 179

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

Shades of Spicy Pink #FF2EB3

Tints of Spicy Pink #FF2EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.29%

R = 53.13%
G = 9.58%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FF2EB3 (or 0xFF2EB3) is known color: Spicy Pink. HEX triplet: FF, 2E and B3. RGB value is (255,46,179). Sum of RGB (Red+Green+Blue) = 255+46+179=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2EB3 is #00D14C. Grayscale: #7B7B7B. Windows color (decimal): -53581 or 11742975. OLE color: 11742975.

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

Color convert

RGB 255 46 179 -
CMYK 0 0.82 0.30 0
HSL 321.82º 1% 0.59% -
HSV(B) 321.82º 0.82% 1% -
XYZ 50.35 26.47 45.1 -
YUV 123.65 159.24 221.69 -
System Red Green Blue C M Y K H S L
Decimal 255 46 179 0 0.82 0.30 0 321.82 1 0.59
Hex FF 2E B3 0 52 1E 0 142 64 3B
Octal 377 56 263 0 122 36 0 502 144 73
Binary 11111111 101110 10110011 0 1010010 11110 0 101000010 1100100 111011

Color Harmonies of #FF2EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2EB3

Black with #FF2EB3

Text Example


Text Example

White with #FF2EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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