Html Css Color HEX #EF5DCD Free Speech Magenta

📋 copy color: '#EF5DCD'

red 239 ◦ green 93 ◦ blue 205

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

Shades of Free Speech Magenta #EF5DCD

Tints of Free Speech Magenta #EF5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 44.51%
G = 17.32%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF5DCD (or 0xEF5DCD) is known color: Free Speech Magenta. HEX triplet: EF, 5D and CD. RGB value is (239,93,205). Sum of RGB (Red+Green+Blue) = 239+93+205=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 93 (36.72% from 255 or 17.32% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DCD is #10A232. Grayscale: #959595. Windows color (decimal): -1090099 or 13458927. OLE color: 13458927.

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

Color convert

RGB 239 93 205 -
CMYK 0 0.61 0.14 0.06
HSL 313.97º 0.82% 0.65% -
HSV(B) 313.97º 0.61% 0.94% -
XYZ 50.53 30.59 61 -
YUV 149.42 159.37 191.89 -
System Red Green Blue C M Y K H S L
Decimal 239 93 205 0 0.61 0.14 0.06 313.97 0.82 0.65
Hex EF 5D CD 0 3D E 6 13A 52 41
Octal 357 135 315 0 75 16 6 472 122 101
Binary 11101111 1011101 11001101 0 111101 1110 110 100111010 1010010 1000001

Color Harmonies of #EF5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DCD

Black with #EF5DCD

Text Example


Text Example

White with #EF5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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