Html Css Color HEX #EF06E2 Hot Magenta

📋 copy color: '#EF06E2'

red 239 ◦ green 6 ◦ blue 226

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

Shades of Hot Magenta #EF06E2

Tints of Hot Magenta #EF06E2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.27%

 BLUE value IS 226 (88.67% from 255) = 47.98%

R = 50.74%
G = 1.27%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF06E2 (or 0xEF06E2) is known color: Hot Magenta. HEX triplet: EF, 06 and E2. RGB value is (239,6,226). Sum of RGB (Red+Green+Blue) = 239+6+226=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 6 (2.73% from 255 or 1.27% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06E2 is #10F91D. Grayscale: #646464. Windows color (decimal): -1112350 or 14812911. OLE color: 14812911.

HSL color Cylindrical-coordinate representation of color #EF06E2: hue angle of 303.35º degrees, saturation: 0.95, 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 #EF06E2 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 6 226 -
CMYK 0 0.97 0.05 0.06
HSL 303.35º 0.95% 0.48% -
HSV(B) 303.35º 0.97% 0.94% -
XYZ 49.39 23.97 73.98 -
YUV 100.75 198.69 226.61 -
System Red Green Blue C M Y K H S L
Decimal 239 6 226 0 0.97 0.05 0.06 303.35 0.95 0.48
Hex EF 6 E2 0 61 5 6 12F 5F 30
Octal 357 6 342 0 141 5 6 457 137 60
Binary 11101111 110 11100010 0 1100001 101 110 100101111 1011111 110000

Color Harmonies of #EF06E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06E2

Black with #EF06E2

Text Example


Text Example

White with #EF06E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06E2; }

 p { color: rgb(239,6,226); }

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

background-color css

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

 a { background-color: rgb(239,6,226); }

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

border-color css

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

 span { border-color: rgb(239,6,226); }

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