Html Css Color HEX #EF63D7 Free Speech Magenta

📋 copy color: '#EF63D7'

red 239 ◦ green 99 ◦ blue 215

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

Shades of Free Speech Magenta #EF63D7

Tints of Free Speech Magenta #EF63D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.88%

R = 43.22%
G = 17.9%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF63D7 (or 0xEF63D7) is known color: Free Speech Magenta. HEX triplet: EF, 63 and D7. RGB value is (239,99,215). Sum of RGB (Red+Green+Blue) = 239+99+215=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63D7 is #109C28. Grayscale: #999999. Windows color (decimal): -1088553 or 14115823. OLE color: 14115823.

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

Color convert

RGB 239 99 215 -
CMYK 0 0.59 0.10 0.06
HSL 310.29º 0.81% 0.66% -
HSV(B) 310.29º 0.59% 0.94% -
XYZ 52.32 32.18 67.74 -
YUV 154.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 239 99 215 0 0.59 0.10 0.06 310.29 0.81 0.66
Hex EF 63 D7 0 3B A 6 136 51 42
Octal 357 143 327 0 73 12 6 466 121 102
Binary 11101111 1100011 11010111 0 111011 1010 110 100110110 1010001 1000010

Color Harmonies of #EF63D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63D7

Black with #EF63D7

Text Example


Text Example

White with #EF63D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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