Html Css Color HEX #EF57DD Free Speech Magenta

📋 copy color: '#EF57DD'

red 239 ◦ green 87 ◦ blue 221

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

Shades of Free Speech Magenta #EF57DD

Tints of Free Speech Magenta #EF57DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.9%

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

R = 43.69%
G = 15.9%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF57DD (or 0xEF57DD) is known color: Free Speech Magenta. HEX triplet: EF, 57 and DD. RGB value is (239,87,221). Sum of RGB (Red+Green+Blue) = 239+87+221=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57DD is #10A822. Grayscale: #939393. Windows color (decimal): -1091619 or 14505967. OLE color: 14505967.

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

Color convert

RGB 239 87 221 -
CMYK 0 0.64 0.08 0.06
HSL 307.11º 0.83% 0.64% -
HSV(B) 307.11º 0.64% 0.94% -
XYZ 52.06 30.39 71.53 -
YUV 147.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 239 87 221 0 0.64 0.08 0.06 307.11 0.83 0.64
Hex EF 57 DD 0 40 8 6 133 53 40
Octal 357 127 335 0 100 10 6 463 123 100
Binary 11101111 1010111 11011101 0 1000000 1000 110 100110011 1010011 1000000

Color Harmonies of #EF57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57DD

Black with #EF57DD

Text Example


Text Example

White with #EF57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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