Html Css Color HEX #EF48EC Free Speech Magenta

📋 copy color: '#EF48EC'

red 239 ◦ green 72 ◦ blue 236

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

Shades of Free Speech Magenta #EF48EC

Tints of Free Speech Magenta #EF48EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.16%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 43.69%
G = 13.16%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF48EC (or 0xEF48EC) is known color: Free Speech Magenta. HEX triplet: EF, 48 and EC. RGB value is (239,72,236). Sum of RGB (Red+Green+Blue) = 239+72+236=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 72 (28.52% from 255 or 13.16% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF48EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF48EC is #10B713. Grayscale: #8C8C8C. Windows color (decimal): -1095444 or 15485167. OLE color: 15485167.

HSL color Cylindrical-coordinate representation of color #EF48EC: hue angle of 301.08º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF48EC is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 236 -
CMYK 0 0.70 0.01 0.06
HSL 301.08º 0.84% 0.61% -
HSV(B) 301.08º 0.7% 0.94% -
XYZ 53.05 29.04 82.17 -
YUV 140.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 239 72 236 0 0.70 0.01 0.06 301.08 0.84 0.61
Hex EF 48 EC 0 46 1 6 12D 54 3D
Octal 357 110 354 0 106 1 6 455 124 75
Binary 11101111 1001000 11101100 0 1000110 1 110 100101101 1010100 111101

Color Harmonies of #EF48EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF48EC

Black with #EF48EC

Text Example


Text Example

White with #EF48EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF48EC; }

 p { color: rgb(239,72,236); }

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

background-color css

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

 a { background-color: rgb(239,72,236); }

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

border-color css

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

 span { border-color: rgb(239,72,236); }

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