Html Css Color HEX #EF68DD Free Speech Magenta

📋 copy color: '#EF68DD'

red 239 ◦ green 104 ◦ blue 221

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

Shades of Free Speech Magenta #EF68DD

Tints of Free Speech Magenta #EF68DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.44%

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

R = 42.38%
G = 18.44%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF68DD (or 0xEF68DD) is known color: Free Speech Magenta. HEX triplet: EF, 68 and DD. RGB value is (239,104,221). Sum of RGB (Red+Green+Blue) = 239+104+221=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68DD is #109722. Grayscale: #9D9D9D. Windows color (decimal): -1087267 or 14510319. OLE color: 14510319.

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

Color convert

RGB 239 104 221 -
CMYK 0 0.56 0.08 0.06
HSL 308º 0.81% 0.67% -
HSV(B) 308º 0.56% 0.94% -
XYZ 53.6 33.47 72.04 -
YUV 157.7 163.73 185.99 -
System Red Green Blue C M Y K H S L
Decimal 239 104 221 0 0.56 0.08 0.06 308 0.81 0.67
Hex EF 68 DD 0 38 8 6 134 51 43
Octal 357 150 335 0 70 10 6 464 121 103
Binary 11101111 1101000 11011101 0 111000 1000 110 100110100 1010001 1000011

Color Harmonies of #EF68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68DD

Black with #EF68DD

Text Example


Text Example

White with #EF68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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