Html Css Color HEX #EF03E2 Hot Magenta

📋 copy color: '#EF03E2'

red 239 ◦ green 3 ◦ blue 226

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

Shades of Hot Magenta #EF03E2

Tints of Hot Magenta #EF03E2

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.64%

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

R = 51.07%
G = 0.64%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF03E2 (or 0xEF03E2) is known color: Hot Magenta. HEX triplet: EF, 03 and E2. RGB value is (239,3,226). Sum of RGB (Red+Green+Blue) = 239+3+226=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03E2 is #10FC1D. Grayscale: #626262. Windows color (decimal): -1113118 or 14812143. OLE color: 14812143.

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

Color convert

RGB 239 3 226 -
CMYK 0 0.99 0.05 0.06
HSL 303.31º 0.98% 0.47% -
HSV(B) 303.31º 0.99% 0.94% -
XYZ 49.36 23.91 73.96 -
YUV 98.99 199.69 227.87 -
System Red Green Blue C M Y K H S L
Decimal 239 3 226 0 0.99 0.05 0.06 303.31 0.98 0.47
Hex EF 3 E2 0 63 5 6 12F 62 2F
Octal 357 3 342 0 143 5 6 457 142 57
Binary 11101111 11 11100010 0 1100011 101 110 100101111 1100010 101111

Color Harmonies of #EF03E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03E2

Black with #EF03E2

Text Example


Text Example

White with #EF03E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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