Html Css Color HEX #EF63E7 Free Speech Magenta

📋 copy color: '#EF63E7'

red 239 ◦ green 99 ◦ blue 231

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

Shades of Free Speech Magenta #EF63E7

Tints of Free Speech Magenta #EF63E7

RGB

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

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

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

R = 42%
G = 17.4%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF63E7 (or 0xEF63E7) is known color: Free Speech Magenta. HEX triplet: EF, 63 and E7. RGB value is (239,99,231). Sum of RGB (Red+Green+Blue) = 239+99+231=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF63E7 is #109C18. Grayscale: #9B9B9B. Windows color (decimal): -1088537 or 15164399. OLE color: 15164399.

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

Color convert

RGB 239 99 231 -
CMYK 0 0.59 0.03 0.06
HSL 303.43º 0.81% 0.66% -
HSV(B) 303.43º 0.59% 0.94% -
XYZ 54.48 33.04 79.11 -
YUV 155.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 239 99 231 0 0.59 0.03 0.06 303.43 0.81 0.66
Hex EF 63 E7 0 3B 3 6 12F 51 42
Octal 357 143 347 0 73 3 6 457 121 102
Binary 11101111 1100011 11100111 0 111011 11 110 100101111 1010001 1000010

Color Harmonies of #EF63E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63E7

Black with #EF63E7

Text Example


Text Example

White with #EF63E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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