Html Css Color HEX #EF55DD Free Speech Magenta

📋 copy color: '#EF55DD'

red 239 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #EF55DD

Tints of Free Speech Magenta #EF55DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.6%

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

R = 43.85%
G = 15.6%
B = 40.55%

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

#EF55DD (or 0xEF55DD) is known color: Free Speech Magenta. HEX triplet: EF, 55 and DD. RGB value is (239,85,221). Sum of RGB (Red+Green+Blue) = 239+85+221=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 85 (33.59% from 255 or 15.60% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55DD is #10AA22. Grayscale: #929292. Windows color (decimal): -1092131 or 14505455. OLE color: 14505455.

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

Color convert

RGB 239 85 221 -
CMYK 0 0.64 0.08 0.06
HSL 307.01º 0.83% 0.64% -
HSV(B) 307.01º 0.64% 0.94% -
XYZ 51.9 30.07 71.48 -
YUV 146.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 239 85 221 0 0.64 0.08 0.06 307.01 0.83 0.64
Hex EF 55 DD 0 40 8 6 133 53 40
Octal 357 125 335 0 100 10 6 463 123 100
Binary 11101111 1010101 11011101 0 1000000 1000 110 100110011 1010011 1000000

Color Harmonies of #EF55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55DD

Black with #EF55DD

Text Example


Text Example

White with #EF55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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