Html Css Color HEX #EF5DDC Free Speech Magenta

📋 copy color: '#EF5DDC'

red 239 ◦ green 93 ◦ blue 220

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

Shades of Free Speech Magenta #EF5DDC

Tints of Free Speech Magenta #EF5DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 43.3%
G = 16.85%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF5DDC (or 0xEF5DDC) is known color: Free Speech Magenta. HEX triplet: EF, 5D and DC. RGB value is (239,93,220). Sum of RGB (Red+Green+Blue) = 239+93+220=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DDC is #10A223. Grayscale: #969696. Windows color (decimal): -1090084 or 14441967. OLE color: 14441967.

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

Color convert

RGB 239 93 220 -
CMYK 0 0.61 0.08 0.06
HSL 307.81º 0.82% 0.65% -
HSV(B) 307.81º 0.61% 0.94% -
XYZ 52.43 31.35 71 -
YUV 151.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 239 93 220 0 0.61 0.08 0.06 307.81 0.82 0.65
Hex EF 5D DC 0 3D 8 6 134 52 41
Octal 357 135 334 0 75 10 6 464 122 101
Binary 11101111 1011101 11011100 0 111101 1000 110 100110100 1010010 1000001

Color Harmonies of #EF5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DDC

Black with #EF5DDC

Text Example


Text Example

White with #EF5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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