Html Css Color HEX #EF6BDB Free Speech Magenta

📋 copy color: '#EF6BDB'

red 239 ◦ green 107 ◦ blue 219

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

Shades of Free Speech Magenta #EF6BDB

Tints of Free Speech Magenta #EF6BDB

RGB

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

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

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

R = 42.3%
G = 18.94%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF6BDB (or 0xEF6BDB) is known color: Free Speech Magenta. HEX triplet: EF, 6B and DB. RGB value is (239,107,219). Sum of RGB (Red+Green+Blue) = 239+107+219=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BDB is #109424. Grayscale: #9E9E9E. Windows color (decimal): -1086501 or 14380015. OLE color: 14380015.

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

Color convert

RGB 239 107 219 -
CMYK 0 0.55 0.08 0.06
HSL 309.09º 0.8% 0.68% -
HSV(B) 309.09º 0.55% 0.94% -
XYZ 53.64 33.98 70.75 -
YUV 159.24 161.73 184.89 -
System Red Green Blue C M Y K H S L
Decimal 239 107 219 0 0.55 0.08 0.06 309.09 0.8 0.68
Hex EF 6B DB 0 37 8 6 135 50 44
Octal 357 153 333 0 67 10 6 465 120 104
Binary 11101111 1101011 11011011 0 110111 1000 110 100110101 1010000 1000100

Color Harmonies of #EF6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BDB

Black with #EF6BDB

Text Example


Text Example

White with #EF6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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