Html Css Color HEX #EF63D9 Free Speech Magenta

📋 copy color: '#EF63D9'

red 239 ◦ green 99 ◦ blue 217

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

Shades of Free Speech Magenta #EF63D9

Tints of Free Speech Magenta #EF63D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.1%

R = 43.06%
G = 17.84%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF63D9 (or 0xEF63D9) is known color: Free Speech Magenta. HEX triplet: EF, 63 and D9. RGB value is (239,99,217). Sum of RGB (Red+Green+Blue) = 239+99+217=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63D9 is #109C26. Grayscale: #999999. Windows color (decimal): -1088551 or 14246895. OLE color: 14246895.

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

Color convert

RGB 239 99 217 -
CMYK 0 0.59 0.09 0.06
HSL 309.43º 0.81% 0.66% -
HSV(B) 309.43º 0.59% 0.94% -
XYZ 52.58 32.28 69.11 -
YUV 154.31 163.38 188.41 -
System Red Green Blue C M Y K H S L
Decimal 239 99 217 0 0.59 0.09 0.06 309.43 0.81 0.66
Hex EF 63 D9 0 3B 9 6 135 51 42
Octal 357 143 331 0 73 11 6 465 121 102
Binary 11101111 1100011 11011001 0 111011 1001 110 100110101 1010001 1000010

Color Harmonies of #EF63D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63D9

Black with #EF63D9

Text Example


Text Example

White with #EF63D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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