Html Css Color HEX #EF63DE Free Speech Magenta

📋 copy color: '#EF63DE'

red 239 ◦ green 99 ◦ blue 222

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

Shades of Free Speech Magenta #EF63DE

Tints of Free Speech Magenta #EF63DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.64%

R = 42.68%
G = 17.68%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF63DE (or 0xEF63DE) is known color: Free Speech Magenta. HEX triplet: EF, 63 and DE. RGB value is (239,99,222). Sum of RGB (Red+Green+Blue) = 239+99+222=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63DE is #109C21. Grayscale: #9A9A9A. Windows color (decimal): -1088546 or 14574575. OLE color: 14574575.

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

Color convert

RGB 239 99 222 -
CMYK 0 0.59 0.07 0.06
HSL 307.29º 0.81% 0.66% -
HSV(B) 307.29º 0.59% 0.94% -
XYZ 53.24 32.55 72.58 -
YUV 154.88 165.88 188 -
System Red Green Blue C M Y K H S L
Decimal 239 99 222 0 0.59 0.07 0.06 307.29 0.81 0.66
Hex EF 63 DE 0 3B 7 6 133 51 42
Octal 357 143 336 0 73 7 6 463 121 102
Binary 11101111 1100011 11011110 0 111011 111 110 100110011 1010001 1000010

Color Harmonies of #EF63DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63DE

Black with #EF63DE

Text Example


Text Example

White with #EF63DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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