Html Css Color HEX #EF6ADB Free Speech Magenta

📋 copy color: '#EF6ADB'

red 239 ◦ green 106 ◦ blue 219

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

Shades of Free Speech Magenta #EF6ADB

Tints of Free Speech Magenta #EF6ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.79%

 BLUE value IS 219 (85.94% from 255) = 38.83%

R = 42.38%
G = 18.79%
B = 38.83%

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

#EF6ADB (or 0xEF6ADB) is known color: Free Speech Magenta. HEX triplet: EF, 6A and DB. RGB value is (239,106,219). Sum of RGB (Red+Green+Blue) = 239+106+219=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ADB is #109524. Grayscale: #9E9E9E. Windows color (decimal): -1086757 or 14379759. OLE color: 14379759.

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

Color convert

RGB 239 106 219 -
CMYK 0 0.56 0.08 0.06
HSL 309.02º 0.81% 0.68% -
HSV(B) 309.02º 0.56% 0.94% -
XYZ 53.54 33.77 70.72 -
YUV 158.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 239 106 219 0 0.56 0.08 0.06 309.02 0.81 0.68
Hex EF 6A DB 0 38 8 6 135 51 44
Octal 357 152 333 0 70 10 6 465 121 104
Binary 11101111 1101010 11011011 0 111000 1000 110 100110101 1010001 1000100

Color Harmonies of #EF6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6ADB

Black with #EF6ADB

Text Example


Text Example

White with #EF6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6ADB; }

 p { color: rgb(239,106,219); }

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

background-color css

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

 a { background-color: rgb(239,106,219); }

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

border-color css

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

 span { border-color: rgb(239,106,219); }

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