Html Css Color HEX #EF53DB Free Speech Magenta

📋 copy color: '#EF53DB'

red 239 ◦ green 83 ◦ blue 219

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

Shades of Free Speech Magenta #EF53DB

Tints of Free Speech Magenta #EF53DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.34%

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

R = 44.18%
G = 15.34%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF53DB (or 0xEF53DB) is known color: Free Speech Magenta. HEX triplet: EF, 53 and DB. RGB value is (239,83,219). Sum of RGB (Red+Green+Blue) = 239+83+219=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53DB is #10AC24. Grayscale: #909090. Windows color (decimal): -1092645 or 14373871. OLE color: 14373871.

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

Color convert

RGB 239 83 219 -
CMYK 0 0.65 0.08 0.06
HSL 307.69º 0.83% 0.63% -
HSV(B) 307.69º 0.65% 0.94% -
XYZ 51.48 29.65 70.03 -
YUV 145.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 239 83 219 0 0.65 0.08 0.06 307.69 0.83 0.63
Hex EF 53 DB 0 41 8 6 134 53 3F
Octal 357 123 333 0 101 10 6 464 123 77
Binary 11101111 1010011 11011011 0 1000001 1000 110 100110100 1010011 111111

Color Harmonies of #EF53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53DB

Black with #EF53DB

Text Example


Text Example

White with #EF53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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