Html Css Color HEX #EF03EB Magenta

📋 copy color: '#EF03EB'

red 239 ◦ green 3 ◦ blue 235

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

Shades of Magenta #EF03EB

Tints of Magenta #EF03EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 50.1%
G = 0.63%
B = 49.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EF03EB (or 0xEF03EB) is known color: Magenta. HEX triplet: EF, 03 and EB. RGB value is (239,3,235). Sum of RGB (Red+Green+Blue) = 239+3+235=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 3 (1.56% from 255 or 0.63% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03EB is #10FC14. Grayscale: #636363. Windows color (decimal): -1113109 or 15401967. OLE color: 15401967.

HSL color Cylindrical-coordinate representation of color #EF03EB: hue angle of 301.02º 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 #EF03EB is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 3 235 -
CMYK 0 0.99 0.02 0.06
HSL 301.02º 0.98% 0.47% -
HSV(B) 301.02º 0.99% 0.94% -
XYZ 50.62 24.41 80.64 -
YUV 100.01 204.19 227.14 -
System Red Green Blue C M Y K H S L
Decimal 239 3 235 0 0.99 0.02 0.06 301.02 0.98 0.47
Hex EF 3 EB 0 63 2 6 12D 62 2F
Octal 357 3 353 0 143 2 6 455 142 57
Binary 11101111 11 11101011 0 1100011 10 110 100101101 1100010 101111

Color Harmonies of #EF03EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03EB

Black with #EF03EB

Text Example


Text Example

White with #EF03EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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