Html Css Color HEX #EF63E5 Free Speech Magenta

📋 copy color: '#EF63E5'

red 239 ◦ green 99 ◦ blue 229

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

Shades of Free Speech Magenta #EF63E5

Tints of Free Speech Magenta #EF63E5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.46%

 BLUE value IS 229 (89.84% from 255) = 40.39%

R = 42.15%
G = 17.46%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#EF63E5 (or 0xEF63E5) is known color: Free Speech Magenta. HEX triplet: EF, 63 and E5. RGB value is (239,99,229). Sum of RGB (Red+Green+Blue) = 239+99+229=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63E5 is #109C1A. Grayscale: #9B9B9B. Windows color (decimal): -1088539 or 15033327. OLE color: 15033327.

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

Color convert

RGB 239 99 229 -
CMYK 0 0.59 0.04 0.06
HSL 304.29º 0.81% 0.66% -
HSV(B) 304.29º 0.59% 0.94% -
XYZ 54.2 32.93 77.63 -
YUV 155.68 169.38 187.43 -
System Red Green Blue C M Y K H S L
Decimal 239 99 229 0 0.59 0.04 0.06 304.29 0.81 0.66
Hex EF 63 E5 0 3B 4 6 130 51 42
Octal 357 143 345 0 73 4 6 460 121 102
Binary 11101111 1100011 11100101 0 111011 100 110 100110000 1010001 1000010

Color Harmonies of #EF63E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63E5

Black with #EF63E5

Text Example


Text Example

White with #EF63E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63E5; }

 p { color: rgb(239,99,229); }

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

background-color css

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

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

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

border-color css

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

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

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