Html Css Color HEX #EF5ADD Free Speech Magenta

📋 copy color: '#EF5ADD'

red 239 ◦ green 90 ◦ blue 221

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

Shades of Free Speech Magenta #EF5ADD

Tints of Free Speech Magenta #EF5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.36%

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

R = 43.45%
G = 16.36%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF5ADD (or 0xEF5ADD) is known color: Free Speech Magenta. HEX triplet: EF, 5A and DD. RGB value is (239,90,221). Sum of RGB (Red+Green+Blue) = 239+90+221=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 90 (35.55% from 255 or 16.36% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ADD is #10A522. Grayscale: #959595. Windows color (decimal): -1090851 or 14506735. OLE color: 14506735.

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

Color convert

RGB 239 90 221 -
CMYK 0 0.62 0.08 0.06
HSL 307.25º 0.82% 0.65% -
HSV(B) 307.25º 0.62% 0.94% -
XYZ 52.3 30.88 71.61 -
YUV 149.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 239 90 221 0 0.62 0.08 0.06 307.25 0.82 0.65
Hex EF 5A DD 0 3E 8 6 133 52 41
Octal 357 132 335 0 76 10 6 463 122 101
Binary 11101111 1011010 11011101 0 111110 1000 110 100110011 1010010 1000001

Color Harmonies of #EF5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5ADD

Black with #EF5ADD

Text Example


Text Example

White with #EF5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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