Html Css Color HEX #EF42EF Free Speech Magenta

📋 copy color: '#EF42EF'

red 239 ◦ green 66 ◦ blue 239

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

Shades of Free Speech Magenta #EF42EF

Tints of Free Speech Magenta #EF42EF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.13%

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 43.93%
G = 12.13%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF42EF (or 0xEF42EF) is known color: Free Speech Magenta. HEX triplet: EF, 42 and EF. RGB value is (239,66,239). Sum of RGB (Red+Green+Blue) = 239+66+239=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 66 (26.17% from 255 or 12.13% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF42EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF42EF is #10BD10. Grayscale: #888888. Windows color (decimal): -1096977 or 15680239. OLE color: 15680239.

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

Color convert

RGB 239 66 239 -
CMYK 0 0.72 0 0.06
HSL 300º 0.84% 0.6% -
HSV(B) 300º 0.72% 0.94% -
XYZ 53.12 28.48 84.36 -
YUV 137.45 185.31 200.43 -
System Red Green Blue C M Y K H S L
Decimal 239 66 239 0 0.72 0 0.06 300 0.84 0.6
Hex EF 42 EF 0 48 0 6 12C 54 3C
Octal 357 102 357 0 110 0 6 454 124 74
Binary 11101111 1000010 11101111 0 1001000 0 110 100101100 1010100 111100

Color Harmonies of #EF42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF42EF

Black with #EF42EF

Text Example


Text Example

White with #EF42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF42EF; }

 p { color: rgb(239,66,239); }

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

background-color css

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

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

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

border-color css

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

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

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