Html Css Color HEX #EF54DD Free Speech Magenta

📋 copy color: '#EF54DD'

red 239 ◦ green 84 ◦ blue 221

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

Shades of Free Speech Magenta #EF54DD

Tints of Free Speech Magenta #EF54DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.44%

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

R = 43.93%
G = 15.44%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF54DD (or 0xEF54DD) is known color: Free Speech Magenta. HEX triplet: EF, 54 and DD. RGB value is (239,84,221). Sum of RGB (Red+Green+Blue) = 239+84+221=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 84 (33.20% from 255 or 15.44% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54DD is #10AB22. Grayscale: #919191. Windows color (decimal): -1092387 or 14505199. OLE color: 14505199.

HSL color Cylindrical-coordinate representation of color #EF54DD: hue angle of 306.97º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF54DD is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 84 221 -
CMYK 0 0.65 0.08 0.06
HSL 306.97º 0.83% 0.63% -
HSV(B) 306.97º 0.65% 0.94% -
XYZ 51.82 29.91 71.45 -
YUV 145.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 239 84 221 0 0.65 0.08 0.06 306.97 0.83 0.63
Hex EF 54 DD 0 41 8 6 133 53 3F
Octal 357 124 335 0 101 10 6 463 123 77
Binary 11101111 1010100 11011101 0 1000001 1000 110 100110011 1010011 111111

Color Harmonies of #EF54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF54DD

Black with #EF54DD

Text Example


Text Example

White with #EF54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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