Html Css Color HEX #EF68D6 Free Speech Magenta

📋 copy color: '#EF68D6'

red 239 ◦ green 104 ◦ blue 214

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

Shades of Free Speech Magenta #EF68D6

Tints of Free Speech Magenta #EF68D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.42%

R = 42.91%
G = 18.67%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF68D6 (or 0xEF68D6) is known color: Free Speech Magenta. HEX triplet: EF, 68 and D6. RGB value is (239,104,214). Sum of RGB (Red+Green+Blue) = 239+104+214=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 214 (83.98% from 255 or 38.42% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68D6 is #109729. Grayscale: #9C9C9C. Windows color (decimal): -1087274 or 14051567. OLE color: 14051567.

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

Color convert

RGB 239 104 214 -
CMYK 0 0.56 0.10 0.06
HSL 311.11º 0.81% 0.67% -
HSV(B) 311.11º 0.56% 0.94% -
XYZ 52.68 33.11 67.23 -
YUV 156.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 239 104 214 0 0.56 0.10 0.06 311.11 0.81 0.67
Hex EF 68 D6 0 38 A 6 137 51 43
Octal 357 150 326 0 70 12 6 467 121 103
Binary 11101111 1101000 11010110 0 111000 1010 110 100110111 1010001 1000011

Color Harmonies of #EF68D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68D6

Black with #EF68D6

Text Example


Text Example

White with #EF68D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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