Html Css Color HEX #EE0EFD Magenta

📋 copy color: '#EE0EFD'

red 238 ◦ green 14 ◦ blue 253

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

Shades of Magenta #EE0EFD

Tints of Magenta #EE0EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.77%

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 47.13%
G = 2.77%
B = 50.1%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE0EFD (or 0xEE0EFD) is known color: Magenta. HEX triplet: EE, 0E and FD. RGB value is (238,14,253). Sum of RGB (Red+Green+Blue) = 238+14+253=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 14 (5.86% from 255 or 2.77% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE0EFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EFD is #11F102. Grayscale: #6B6B6B. Windows color (decimal): -1175811 or 16584430. OLE color: 16584430.

HSL color Cylindrical-coordinate representation of color #EE0EFD: hue angle of 296.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EFD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 14 253 -
CMYK 0.06 0.94 0 0.01
HSL 296.23º 0.98% 0.52% -
HSV(B) 296.23º 0.94% 0.99% -
XYZ 53.15 25.58 95.07 -
YUV 108.22 209.71 220.57 -
System Red Green Blue C M Y K H S L
Decimal 238 14 253 0.06 0.94 0 0.01 296.23 0.98 0.52
Hex EE E FD 6 5E 0 1 128 62 34
Octal 356 16 375 6 136 0 1 450 142 64
Binary 11101110 1110 11111101 110 1011110 0 1 100101000 1100010 110100

Color Harmonies of #EE0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EFD

Black with #EE0EFD

Text Example


Text Example

White with #EE0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EFD; }

 p { color: rgb(238,14,253); }

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

background-color css

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

 a { background-color: rgb(238,14,253); }

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

border-color css

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

 span { border-color: rgb(238,14,253); }

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