Html Css Color HEX #EE0DFB Magenta

📋 copy color: '#EE0DFB'

red 238 ◦ green 13 ◦ blue 251

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

Shades of Magenta #EE0DFB

Tints of Magenta #EE0DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.59%

 BLUE value IS 251 (98.44% from 255) = 50%

R = 47.41%
G = 2.59%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE0DFB (or 0xEE0DFB) is known color: Magenta. HEX triplet: EE, 0D and FB. RGB value is (238,13,251). Sum of RGB (Red+Green+Blue) = 238+13+251=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 13 (5.47% from 255 or 2.59% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE0DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DFB is #11F204. Grayscale: #6A6A6A. Windows color (decimal): -1176069 or 16453102. OLE color: 16453102.

HSL color Cylindrical-coordinate representation of color #EE0DFB: hue angle of 296.72º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0DFB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 13 251 -
CMYK 0.05 0.95 0 0.02
HSL 296.72º 0.97% 0.52% -
HSV(B) 296.72º 0.95% 0.98% -
XYZ 52.82 25.43 93.39 -
YUV 107.41 209.04 221.15 -
System Red Green Blue C M Y K H S L
Decimal 238 13 251 0.05 0.95 0 0.02 296.72 0.97 0.52
Hex EE D FB 5 5F 0 2 129 61 34
Octal 356 15 373 5 137 0 2 451 141 64
Binary 11101110 1101 11111011 101 1011111 0 10 100101001 1100001 110100

Color Harmonies of #EE0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DFB

Black with #EE0DFB

Text Example


Text Example

White with #EE0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DFB; }

 p { color: rgb(238,13,251); }

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

background-color css

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

 a { background-color: rgb(238,13,251); }

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

border-color css

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

 span { border-color: rgb(238,13,251); }

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