Html Css Color HEX #EF5DDF Free Speech Magenta

📋 copy color: '#EF5DDF'

red 239 ◦ green 93 ◦ blue 223

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

Shades of Free Speech Magenta #EF5DDF

Tints of Free Speech Magenta #EF5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.76%

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 43.06%
G = 16.76%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EF5DDF (or 0xEF5DDF) is known color: Free Speech Magenta. HEX triplet: EF, 5D and DF. RGB value is (239,93,223). Sum of RGB (Red+Green+Blue) = 239+93+223=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 93 (36.72% from 255 or 16.76% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DDF is #10A220. Grayscale: #979797. Windows color (decimal): -1090081 or 14638575. OLE color: 14638575.

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

Color convert

RGB 239 93 223 -
CMYK 0 0.61 0.07 0.06
HSL 306.58º 0.82% 0.65% -
HSV(B) 306.58º 0.61% 0.94% -
XYZ 52.83 31.51 73.11 -
YUV 151.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 239 93 223 0 0.61 0.07 0.06 306.58 0.82 0.65
Hex EF 5D DF 0 3D 7 6 133 52 41
Octal 357 135 337 0 75 7 6 463 122 101
Binary 11101111 1011101 11011111 0 111101 111 110 100110011 1010010 1000001

Color Harmonies of #EF5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DDF

Black with #EF5DDF

Text Example


Text Example

White with #EF5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DDF; }

 p { color: rgb(239,93,223); }

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

background-color css

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

 a { background-color: rgb(239,93,223); }

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

border-color css

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

 span { border-color: rgb(239,93,223); }

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