Html Css Color HEX #EF63DB Free Speech Magenta

📋 copy color: '#EF63DB'

red 239 ◦ green 99 ◦ blue 219

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

Shades of Free Speech Magenta #EF63DB

Tints of Free Speech Magenta #EF63DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 42.91%
G = 17.77%
B = 39.32%

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

#EF63DB (or 0xEF63DB) is known color: Free Speech Magenta. HEX triplet: EF, 63 and DB. RGB value is (239,99,219). Sum of RGB (Red+Green+Blue) = 239+99+219=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63DB is #109C24. Grayscale: #9A9A9A. Windows color (decimal): -1088549 or 14377967. OLE color: 14377967.

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

Color convert

RGB 239 99 219 -
CMYK 0 0.59 0.08 0.06
HSL 308.57º 0.81% 0.66% -
HSV(B) 308.57º 0.59% 0.94% -
XYZ 52.84 32.39 70.48 -
YUV 154.54 164.38 188.24 -
System Red Green Blue C M Y K H S L
Decimal 239 99 219 0 0.59 0.08 0.06 308.57 0.81 0.66
Hex EF 63 DB 0 3B 8 6 135 51 42
Octal 357 143 333 0 73 10 6 465 121 102
Binary 11101111 1100011 11011011 0 111011 1000 110 100110101 1010001 1000010

Color Harmonies of #EF63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF63DB

Black with #EF63DB

Text Example


Text Example

White with #EF63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF63DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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