Html Css Color HEX #EF0DEE Magenta

📋 copy color: '#EF0DEE'

red 239 ◦ green 13 ◦ blue 238

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

Shades of Magenta #EF0DEE

Tints of Magenta #EF0DEE

RGB

 RED value IS 239 (93.75% from 255) = 48.78%

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

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

R = 48.78%
G = 2.65%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF0DEE (or 0xEF0DEE) is known color: Magenta. HEX triplet: EF, 0D and EE. RGB value is (239,13,238). Sum of RGB (Red+Green+Blue) = 239+13+238=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 13 (5.47% from 255 or 2.65% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0DEE is #10F211. Grayscale: #696969. Windows color (decimal): -1110546 or 15601135. OLE color: 15601135.

HSL color Cylindrical-coordinate representation of color #EF0DEE: hue angle of 300.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0DEE is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 13 238 -
CMYK 0 0.95 0.00 0.06
HSL 300.27º 0.9% 0.49% -
HSV(B) 300.27º 0.95% 0.94% -
XYZ 51.17 24.81 82.98 -
YUV 106.22 202.37 222.7 -
System Red Green Blue C M Y K H S L
Decimal 239 13 238 0 0.95 0.00 0.06 300.27 0.9 0.49
Hex EF D EE 0 5F 0 6 12C 5A 31
Octal 357 15 356 0 137 0 6 454 132 61
Binary 11101111 1101 11101110 0 1011111 0 110 100101100 1011010 110001

Color Harmonies of #EF0DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0DEE

Black with #EF0DEE

Text Example


Text Example

White with #EF0DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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