Html Css Color HEX #EF57E7 Free Speech Magenta

📋 copy color: '#EF57E7'

red 239 ◦ green 87 ◦ blue 231

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

Shades of Free Speech Magenta #EF57E7

Tints of Free Speech Magenta #EF57E7

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.62%

 BLUE value IS 231 (90.63% from 255) = 41.47%

R = 42.91%
G = 15.62%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF57E7 (or 0xEF57E7) is known color: Free Speech Magenta. HEX triplet: EF, 57 and E7. RGB value is (239,87,231). Sum of RGB (Red+Green+Blue) = 239+87+231=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF57E7 is #10A818. Grayscale: #949494. Windows color (decimal): -1091609 or 15161327. OLE color: 15161327.

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

Color convert

RGB 239 87 231 -
CMYK 0 0.64 0.03 0.06
HSL 303.16º 0.83% 0.64% -
HSV(B) 303.16º 0.64% 0.94% -
XYZ 53.43 30.94 78.76 -
YUV 148.86 174.36 192.29 -
System Red Green Blue C M Y K H S L
Decimal 239 87 231 0 0.64 0.03 0.06 303.16 0.83 0.64
Hex EF 57 E7 0 40 3 6 12F 53 40
Octal 357 127 347 0 100 3 6 457 123 100
Binary 11101111 1010111 11100111 0 1000000 11 110 100101111 1010011 1000000

Color Harmonies of #EF57E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57E7

Black with #EF57E7

Text Example


Text Example

White with #EF57E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57E7; }

 p { color: rgb(239,87,231); }

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

background-color css

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

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

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

border-color css

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

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

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