Html Css Color HEX #EF08E7 Magenta

📋 copy color: '#EF08E7'

red 239 ◦ green 8 ◦ blue 231

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

Shades of Magenta #EF08E7

Tints of Magenta #EF08E7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.67%

 BLUE value IS 231 (90.63% from 255) = 48.33%

R = 50%
G = 1.67%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF08E7 (or 0xEF08E7) is known color: Magenta. HEX triplet: EF, 08 and E7. RGB value is (239,8,231). Sum of RGB (Red+Green+Blue) = 239+8+231=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 8 (3.52% from 255 or 1.67% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF08E7 is #10F718. Grayscale: #656565. Windows color (decimal): -1111833 or 15141103. OLE color: 15141103.

HSL color Cylindrical-coordinate representation of color #EF08E7: hue angle of 302.08º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF08E7 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 8 231 -
CMYK 0 0.97 0.03 0.06
HSL 302.08º 0.94% 0.48% -
HSV(B) 302.08º 0.97% 0.94% -
XYZ 50.11 24.29 77.65 -
YUV 102.49 200.53 225.37 -
System Red Green Blue C M Y K H S L
Decimal 239 8 231 0 0.97 0.03 0.06 302.08 0.94 0.48
Hex EF 8 E7 0 61 3 6 12E 5E 30
Octal 357 10 347 0 141 3 6 456 136 60
Binary 11101111 1000 11100111 0 1100001 11 110 100101110 1011110 110000

Color Harmonies of #EF08E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF08E7

Black with #EF08E7

Text Example


Text Example

White with #EF08E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF08E7; }

 p { color: rgb(239,8,231); }

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

background-color css

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

 a { background-color: rgb(239,8,231); }

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

border-color css

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

 span { border-color: rgb(239,8,231); }

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