Html Css Color HEX #EF63D6 Free Speech Magenta

📋 copy color: '#EF63D6'

red 239 ◦ green 99 ◦ blue 214

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

Shades of Free Speech Magenta #EF63D6

Tints of Free Speech Magenta #EF63D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 43.3%
G = 17.93%
B = 38.77%

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

#EF63D6 (or 0xEF63D6) is known color: Free Speech Magenta. HEX triplet: EF, 63 and D6. RGB value is (239,99,214). Sum of RGB (Red+Green+Blue) = 239+99+214=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 99 (39.06% from 255 or 17.93% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63D6 is #109C29. Grayscale: #999999. Windows color (decimal): -1088554 or 14050287. OLE color: 14050287.

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

Color convert

RGB 239 99 214 -
CMYK 0 0.59 0.10 0.06
HSL 310.71º 0.81% 0.66% -
HSV(B) 310.71º 0.59% 0.94% -
XYZ 52.2 32.13 67.07 -
YUV 153.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 239 99 214 0 0.59 0.10 0.06 310.71 0.81 0.66
Hex EF 63 D6 0 3B A 6 137 51 42
Octal 357 143 326 0 73 12 6 467 121 102
Binary 11101111 1100011 11010110 0 111011 1010 110 100110111 1010001 1000010

Color Harmonies of #EF63D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63D6

Black with #EF63D6

Text Example


Text Example

White with #EF63D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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