Html Css Color HEX #FF1E83 Deep Pink

📋 copy color: '#FF1E83'

red 255 ◦ green 30 ◦ blue 131

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

Shades of Deep Pink #FF1E83

Tints of Deep Pink #FF1E83

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.21%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 61.3%
G = 7.21%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF1E83 (or 0xFF1E83) is known color: Deep Pink. HEX triplet: FF, 1E and 83. RGB value is (255,30,131). Sum of RGB (Red+Green+Blue) = 255+30+131=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1E83 is #00E17C. Grayscale: #6C6C6C. Windows color (decimal): -57725 or 8593151. OLE color: 8593151.

HSL color Cylindrical-coordinate representation of color #FF1E83: hue angle of 333.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E83 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB 255 30 131 -
CMYK 0 0.88 0.49 0
HSL 333.07º 1% 0.56% -
HSV(B) 333.07º 0.88% 1% -
XYZ 45.8 23.83 23.66 -
YUV 108.79 140.54 232.29 -
System Red Green Blue C M Y K H S L
Decimal 255 30 131 0 0.88 0.49 0 333.07 1 0.56
Hex FF 1E 83 0 58 31 0 14D 64 38
Octal 377 36 203 0 130 61 0 515 144 70
Binary 11111111 11110 10000011 0 1011000 110001 0 101001101 1100100 111000

Color Harmonies of #FF1E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E83

Black with #FF1E83

Text Example


Text Example

White with #FF1E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E83; }

 p { color: rgb(255,30,131); }

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

background-color css

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

 a { background-color: rgb(255,30,131); }

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

border-color css

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

 span { border-color: rgb(255,30,131); }

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