Html Css Color HEX #FF1DEE Magenta

📋 copy color: '#FF1DEE'

red 255 ◦ green 29 ◦ blue 238

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

Shades of Magenta #FF1DEE

Tints of Magenta #FF1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.56%

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 48.85%
G = 5.56%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF1DEE (or 0xFF1DEE) is known color: Magenta. HEX triplet: FF, 1D and EE. RGB value is (255,29,238). Sum of RGB (Red+Green+Blue) = 255+29+238=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 29 (11.72% from 255 or 5.56% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1DEE is #00E211. Grayscale: #777777. Windows color (decimal): -57874 or 15605247. OLE color: 15605247.

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

Color convert

RGB 255 29 238 -
CMYK 0 0.89 0.07 0
HSL 304.51º 1% 0.56% -
HSV(B) 304.51º 0.89% 1% -
XYZ 57.11 28.31 83.34 -
YUV 120.4 194.37 224.01 -
System Red Green Blue C M Y K H S L
Decimal 255 29 238 0 0.89 0.07 0 304.51 1 0.56
Hex FF 1D EE 0 59 7 0 131 64 38
Octal 377 35 356 0 131 7 0 461 144 70
Binary 11111111 11101 11101110 0 1011001 111 0 100110001 1100100 111000

Color Harmonies of #FF1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1DEE

Black with #FF1DEE

Text Example


Text Example

White with #FF1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1DEE; }

 p { color: rgb(255,29,238); }

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

background-color css

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

 a { background-color: rgb(255,29,238); }

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

border-color css

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

 span { border-color: rgb(255,29,238); }

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