Html Css Color HEX #EF49D5 Free Speech Magenta

📋 copy color: '#EF49D5'

red 239 ◦ green 73 ◦ blue 213

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

Shades of Free Speech Magenta #EF49D5

Tints of Free Speech Magenta #EF49D5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.9%

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 45.52%
G = 13.9%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF49D5 (or 0xEF49D5) is known color: Free Speech Magenta. HEX triplet: EF, 49 and D5. RGB value is (239,73,213). Sum of RGB (Red+Green+Blue) = 239+73+213=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49D5 is #10B62A. Grayscale: #8A8A8A. Windows color (decimal): -1095211 or 13978095. OLE color: 13978095.

HSL color Cylindrical-coordinate representation of color #EF49D5: hue angle of 309.4º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF49D5 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 73 213 -
CMYK 0 0.69 0.11 0.06
HSL 309.4º 0.84% 0.61% -
HSV(B) 309.4º 0.69% 0.94% -
XYZ 49.99 27.92 65.71 -
YUV 138.59 170 199.62 -
System Red Green Blue C M Y K H S L
Decimal 239 73 213 0 0.69 0.11 0.06 309.4 0.84 0.61
Hex EF 49 D5 0 45 B 6 135 54 3D
Octal 357 111 325 0 105 13 6 465 124 75
Binary 11101111 1001001 11010101 0 1000101 1011 110 100110101 1010100 111101

Color Harmonies of #EF49D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF49D5

Black with #EF49D5

Text Example


Text Example

White with #EF49D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF49D5; }

 p { color: rgb(239,73,213); }

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

background-color css

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

 a { background-color: rgb(239,73,213); }

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

border-color css

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

 span { border-color: rgb(239,73,213); }

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