Html Css Color HEX #EF42E4 Free Speech Magenta

📋 copy color: '#EF42E4'

red 239 ◦ green 66 ◦ blue 228

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

Shades of Free Speech Magenta #EF42E4

Tints of Free Speech Magenta #EF42E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.78%

R = 44.84%
G = 12.38%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF42E4 (or 0xEF42E4) is known color: Free Speech Magenta. HEX triplet: EF, 42 and E4. RGB value is (239,66,228). Sum of RGB (Red+Green+Blue) = 239+66+228=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF42E4 is #10BD1B. Grayscale: #878787. Windows color (decimal): -1096988 or 14959343. OLE color: 14959343.

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

Color convert

RGB 239 66 228 -
CMYK 0 0.72 0.05 0.06
HSL 303.82º 0.84% 0.6% -
HSV(B) 303.82º 0.72% 0.94% -
XYZ 51.55 27.85 76.06 -
YUV 136.2 179.81 201.33 -
System Red Green Blue C M Y K H S L
Decimal 239 66 228 0 0.72 0.05 0.06 303.82 0.84 0.6
Hex EF 42 E4 0 48 5 6 130 54 3C
Octal 357 102 344 0 110 5 6 460 124 74
Binary 11101111 1000010 11100100 0 1001000 101 110 100110000 1010100 111100

Color Harmonies of #EF42E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF42E4

Black with #EF42E4

Text Example


Text Example

White with #EF42E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF42E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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