Html Css Color HEX #EF58DD Free Speech Magenta

📋 copy color: '#EF58DD'

red 239 ◦ green 88 ◦ blue 221

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

Shades of Free Speech Magenta #EF58DD

Tints of Free Speech Magenta #EF58DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.06%

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

R = 43.61%
G = 16.06%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF58DD (or 0xEF58DD) is known color: Free Speech Magenta. HEX triplet: EF, 58 and DD. RGB value is (239,88,221). Sum of RGB (Red+Green+Blue) = 239+88+221=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58DD is #10A722. Grayscale: #939393. Windows color (decimal): -1091363 or 14506223. OLE color: 14506223.

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

Color convert

RGB 239 88 221 -
CMYK 0 0.63 0.08 0.06
HSL 307.15º 0.83% 0.64% -
HSV(B) 307.15º 0.63% 0.94% -
XYZ 52.14 30.55 71.56 -
YUV 148.31 169.03 192.69 -
System Red Green Blue C M Y K H S L
Decimal 239 88 221 0 0.63 0.08 0.06 307.15 0.83 0.64
Hex EF 58 DD 0 3F 8 6 133 53 40
Octal 357 130 335 0 77 10 6 463 123 100
Binary 11101111 1011000 11011101 0 111111 1000 110 100110011 1010011 1000000

Color Harmonies of #EF58DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58DD

Black with #EF58DD

Text Example


Text Example

White with #EF58DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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