Html Css Color HEX #EF68DA Free Speech Magenta

📋 copy color: '#EF68DA'

red 239 ◦ green 104 ◦ blue 218

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

Shades of Free Speech Magenta #EF68DA

Tints of Free Speech Magenta #EF68DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 42.6%
G = 18.54%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF68DA (or 0xEF68DA) is known color: Free Speech Magenta. HEX triplet: EF, 68 and DA. RGB value is (239,104,218). Sum of RGB (Red+Green+Blue) = 239+104+218=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68DA is #109725. Grayscale: #9D9D9D. Windows color (decimal): -1087270 or 14313711. OLE color: 14313711.

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

Color convert

RGB 239 104 218 -
CMYK 0 0.56 0.09 0.06
HSL 309.33º 0.81% 0.67% -
HSV(B) 309.33º 0.56% 0.94% -
XYZ 53.2 33.31 69.96 -
YUV 157.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 239 104 218 0 0.56 0.09 0.06 309.33 0.81 0.67
Hex EF 68 DA 0 38 9 6 135 51 43
Octal 357 150 332 0 70 11 6 465 121 103
Binary 11101111 1101000 11011010 0 111000 1001 110 100110101 1010001 1000011

Color Harmonies of #EF68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68DA

Black with #EF68DA

Text Example


Text Example

White with #EF68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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