Html Css Color HEX #EF4FDB Free Speech Magenta

📋 copy color: '#EF4FDB'

red 239 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #EF4FDB

Tints of Free Speech Magenta #EF4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.71%

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

R = 44.51%
G = 14.71%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF4FDB (or 0xEF4FDB) is known color: Free Speech Magenta. HEX triplet: EF, 4F and DB. RGB value is (239,79,219). Sum of RGB (Red+Green+Blue) = 239+79+219=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 79 (31.25% from 255 or 14.71% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FDB is #10B024. Grayscale: #8E8E8E. Windows color (decimal): -1093669 or 14372847. OLE color: 14372847.

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

Color convert

RGB 239 79 219 -
CMYK 0 0.67 0.08 0.06
HSL 307.5º 0.83% 0.62% -
HSV(B) 307.5º 0.67% 0.94% -
XYZ 51.18 29.06 69.93 -
YUV 142.8 171.01 196.62 -
System Red Green Blue C M Y K H S L
Decimal 239 79 219 0 0.67 0.08 0.06 307.5 0.83 0.62
Hex EF 4F DB 0 43 8 6 134 53 3E
Octal 357 117 333 0 103 10 6 464 123 76
Binary 11101111 1001111 11011011 0 1000011 1000 110 100110100 1010011 111110

Color Harmonies of #EF4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4FDB

Black with #EF4FDB

Text Example


Text Example

White with #EF4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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