Html Css Color HEX #EF63DD Free Speech Magenta

📋 copy color: '#EF63DD'

red 239 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #EF63DD

Tints of Free Speech Magenta #EF63DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 42.75%
G = 17.71%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF63DD (or 0xEF63DD) is known color: Free Speech Magenta. HEX triplet: EF, 63 and DD. RGB value is (239,99,221). Sum of RGB (Red+Green+Blue) = 239+99+221=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 99 (39.06% from 255 or 17.71% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63DD is #109C22. Grayscale: #9A9A9A. Windows color (decimal): -1088547 or 14509039. OLE color: 14509039.

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

Color convert

RGB 239 99 221 -
CMYK 0 0.59 0.08 0.06
HSL 307.71º 0.81% 0.66% -
HSV(B) 307.71º 0.59% 0.94% -
XYZ 53.11 32.49 71.88 -
YUV 154.77 165.38 188.08 -
System Red Green Blue C M Y K H S L
Decimal 239 99 221 0 0.59 0.08 0.06 307.71 0.81 0.66
Hex EF 63 DD 0 3B 8 6 134 51 42
Octal 357 143 335 0 73 10 6 464 121 102
Binary 11101111 1100011 11011101 0 111011 1000 110 100110100 1010001 1000010

Color Harmonies of #EF63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63DD

Black with #EF63DD

Text Example


Text Example

White with #EF63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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