Html Css Color HEX #EE25F1 Magenta

📋 copy color: '#EE25F1'

red 238 ◦ green 37 ◦ blue 241

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

Shades of Magenta #EE25F1

Tints of Magenta #EE25F1

RGB

 RED value IS 238 (93.36% from 255) = 46.12%

 GREEN value IS 37 (14.84% from 255) = 7.17%

 BLUE value IS 241 (94.53% from 255) = 46.71%

R = 46.12%
G = 7.17%
B = 46.71%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE25F1 (or 0xEE25F1) is known color: Magenta. HEX triplet: EE, 25 and F1. RGB value is (238,37,241). Sum of RGB (Red+Green+Blue) = 238+37+241=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 37 (14.84% from 255 or 7.17% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE25F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE25F1 is #11DA0E. Grayscale: #777777. Windows color (decimal): -1169935 or 15803886. OLE color: 15803886.

HSL color Cylindrical-coordinate representation of color #EE25F1: hue angle of 299.12º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE25F1 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 37 241 -
CMYK 0.01 0.85 0 0.05
HSL 299.12º 0.88% 0.55% -
HSV(B) 299.12º 0.85% 0.95% -
XYZ 51.8 25.85 85.48 -
YUV 120.36 196.09 211.91 -
System Red Green Blue C M Y K H S L
Decimal 238 37 241 0.01 0.85 0 0.05 299.12 0.88 0.55
Hex EE 25 F1 1 55 0 5 12B 58 37
Octal 356 45 361 1 125 0 5 453 130 67
Binary 11101110 100101 11110001 1 1010101 0 101 100101011 1011000 110111

Color Harmonies of #EE25F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE25F1

Black with #EE25F1

Text Example


Text Example

White with #EE25F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE25F1; }

 p { color: rgb(238,37,241); }

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

background-color css

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

 a { background-color: rgb(238,37,241); }

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

border-color css

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

 span { border-color: rgb(238,37,241); }

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