Html Css Color HEX #EF51C5 Free Speech Magenta

📋 copy color: '#EF51C5'

red 239 ◦ green 81 ◦ blue 197

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

Shades of Free Speech Magenta #EF51C5

Tints of Free Speech Magenta #EF51C5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.67%

 BLUE value IS 197 (77.34% from 255) = 38.1%

R = 46.23%
G = 15.67%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF51C5 (or 0xEF51C5) is known color: Free Speech Magenta. HEX triplet: EF, 51 and C5. RGB value is (239,81,197). Sum of RGB (Red+Green+Blue) = 239+81+197=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51C5 is #10AE3A. Grayscale: #8D8D8D. Windows color (decimal): -1093179 or 12931567. OLE color: 12931567.

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

Color convert

RGB 239 81 197 -
CMYK 0 0.66 0.18 0.06
HSL 315.95º 0.83% 0.63% -
HSV(B) 315.95º 0.66% 0.94% -
XYZ 48.62 28.27 55.72 -
YUV 141.47 159.35 197.57 -
System Red Green Blue C M Y K H S L
Decimal 239 81 197 0 0.66 0.18 0.06 315.95 0.83 0.63
Hex EF 51 C5 0 42 12 6 13C 53 3F
Octal 357 121 305 0 102 22 6 474 123 77
Binary 11101111 1010001 11000101 0 1000010 10010 110 100111100 1010011 111111

Color Harmonies of #EF51C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF51C5

Black with #EF51C5

Text Example


Text Example

White with #EF51C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF51C5; }

 p { color: rgb(239,81,197); }

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

background-color css

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

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

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

border-color css

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

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

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