Html Css Color HEX #EE0CF1 Magenta

📋 copy color: '#EE0CF1'

red 238 ◦ green 12 ◦ blue 241

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

Shades of Magenta #EE0CF1

Tints of Magenta #EE0CF1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.44%

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

R = 48.47%
G = 2.44%
B = 49.08%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE0CF1 (or 0xEE0CF1) is known color: Magenta. HEX triplet: EE, 0C and F1. RGB value is (238,12,241). Sum of RGB (Red+Green+Blue) = 238+12+241=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE0CF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CF1 is #11F30E. Grayscale: #686868. Windows color (decimal): -1176335 or 15797486. OLE color: 15797486.

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

Color convert

RGB 238 12 241 -
CMYK 0.01 0.95 0 0.05
HSL 299.21º 0.91% 0.5% -
HSV(B) 299.21º 0.95% 0.95% -
XYZ 51.27 24.79 85.3 -
YUV 105.68 204.37 222.38 -
System Red Green Blue C M Y K H S L
Decimal 238 12 241 0.01 0.95 0 0.05 299.21 0.91 0.5
Hex EE C F1 1 5F 0 5 12B 5B 32
Octal 356 14 361 1 137 0 5 453 133 62
Binary 11101110 1100 11110001 1 1011111 0 101 100101011 1011011 110010

Color Harmonies of #EE0CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0CF1

Black with #EE0CF1

Text Example


Text Example

White with #EE0CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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