Html Css Color HEX #EF6BDA Free Speech Magenta

📋 copy color: '#EF6BDA'

red 239 ◦ green 107 ◦ blue 218

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

Shades of Free Speech Magenta #EF6BDA

Tints of Free Speech Magenta #EF6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.97%

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

R = 42.38%
G = 18.97%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF6BDA (or 0xEF6BDA) is known color: Free Speech Magenta. HEX triplet: EF, 6B and DA. RGB value is (239,107,218). Sum of RGB (Red+Green+Blue) = 239+107+218=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BDA is #109425. Grayscale: #9E9E9E. Windows color (decimal): -1086502 or 14314479. OLE color: 14314479.

HSL color Cylindrical-coordinate representation of color #EF6BDA: hue angle of 309.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6BDA is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 107 218 -
CMYK 0 0.55 0.09 0.06
HSL 309.55º 0.8% 0.68% -
HSV(B) 309.55º 0.55% 0.94% -
XYZ 53.51 33.93 70.06 -
YUV 159.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 239 107 218 0 0.55 0.09 0.06 309.55 0.8 0.68
Hex EF 6B DA 0 37 9 6 136 50 44
Octal 357 153 332 0 67 11 6 466 120 104
Binary 11101111 1101011 11011010 0 110111 1001 110 100110110 1010000 1000100

Color Harmonies of #EF6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BDA

Black with #EF6BDA

Text Example


Text Example

White with #EF6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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